#9535DD

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

Shades of Blue Violet #9535DD

Tints of Blue Violet #9535DD

Color information

#9535DD (or 0x9535DD) is unknown color: approx Blue Violet. HEX triplet: 95, 35 and DD. RGB value is (149,53,221). Sum of RGB (Red+Green+Blue) = 149+53+221=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #9535DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9535DD is #6ACA22. Grayscale: #646464. Windows color (decimal): -6998563 or 14497173. OLE color: 14497173.

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

Color convert

RGB14953221-
CMYK0.330.7600.13
HSL274.29º71.19%53.73%-
HSV(B)274.29º76.02%86.67%-
XYZ26.7214.1669.73-
YUV100.86195.8162.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 53 (21.09% from 255) = 12.53%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=35.22%
G=12.53%
B=52.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149532210.330.7600.13274.2971.1953.73
Hex9535DD214C0D1124736
Octal225653354111401542210766
Binary10010101110101110111011000011001100011011000100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9535DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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