#9603B4

Color #9603B4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9603B4

Tints of Dark Violet #9603B4

Color information

#9603B4 (or 0x9603B4) is unknown color: approx Dark Violet. HEX triplet: 96, 03 and B4. RGB value is (150,3,180). Sum of RGB (Red+Green+Blue) = 150+3+180=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #9603B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603B4 is #69FC4B. Grayscale: #424242. Windows color (decimal): -6945868 or 11797398. OLE color: 11797398.

HSL color Cylindrical-coordinate representation of color #9603B4: hue angle of 289.83º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603B4 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1503180-
CMYK0.170.9800.29
HSL289.83º96.72%35.88%-
HSV(B)289.83º98.33%70.59%-
XYZ20.859.8443.98-
YUV67.13191.7187.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=45.05%
G=0.90%
B=54.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15031800.170.9800.29289.8396.7235.88
Hex963B4116201D1226124
Octal22632642114203544214144
Binary1001011011101101001000111000100111011001000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9603B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9603B4; }

 p { color: rgb(150,3,180); }

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

<style>
 a { background-color: #9603B4; }

 a { background-color: rgb(150,3,180); }

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

<style>
 span { border-color: #9603B4; }

 span { border-color: rgb(150,3,180); }

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