#9533DD

Color #9533DD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9533DD

Tints of Blue Violet #9533DD

Color information

#9533DD (or 0x9533DD) is unknown color: approx Blue Violet. HEX triplet: 95, 33 and DD. RGB value is (149,51,221). Sum of RGB (Red+Green+Blue) = 149+51+221=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #9533DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533DD is #6ACC22. Grayscale: #636363. Windows color (decimal): -6999075 or 14496661. OLE color: 14496661.

HSL color Cylindrical-coordinate representation of color #9533DD: hue angle of 274.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9533DD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14951221-
CMYK0.330.7700.13
HSL274.59º71.43%53.33%-
HSV(B)274.59º76.92%86.67%-
XYZ26.6313.9869.7-
YUV99.68196.47163.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 51 (20.31% from 255) = 12.11%
BLUE value IS 221 (86.72% from 255) = 52.49%
R=35.39%
G=12.11%
B=52.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149512210.330.7700.13274.5971.4353.33
Hex9533DD214D0D1134735
Octal225633354111501542310765
Binary10010101110011110111011000011001101011011000100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9533DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9533DD; }

 p { color: rgb(149,51,221); }

 H1.HeaderClassName
 {
   color: #9533DD;
 }
 .AnyTagClassName
 {
   color: #9533DD;
 }
</style>
background-color css

<style>
 a { background-color: #9533DD; }

 a { background-color: rgb(149,51,221); }

 div.DivClassName
 {
   background-color: #9533DD;
 }
 .BgClassName
 {
   background-color: #9533DD;
 }
</style>
border-color css

<style>
 span { border-color: #9533DD; }

 span { border-color: rgb(149,51,221); }

 td.TdClassName
 {
   border-color: #9533DD;
 }
 .TagClassName
 {
   border-color: #9533DD;
 }
</style>