#9600CE

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

Shades of Dark Violet #9600CE

Tints of Dark Violet #9600CE

Color information

#9600CE (or 0x9600CE) is unknown color: approx Dark Violet. HEX triplet: 96, 00 and CE. RGB value is (150,0,206). Sum of RGB (Red+Green+Blue) = 150+0+206=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #9600CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600CE is #69FF31. Grayscale: #434343. Windows color (decimal): -6946610 or 13500566. OLE color: 13500566.

HSL color Cylindrical-coordinate representation of color #9600CE: hue angle of 283.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600CE is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1500206-
CMYK0.27100.19
HSL283.69º100%40.39%-
HSV(B)283.69º100%80.78%-
XYZ23.7210.9459.25-
YUV68.33205.7186.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 57.87%
R=42.13%
G=0%
B=57.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15002060.27100.19283.6910040.39
Hex960CE1B6401311c6428
Octal22603163314402343414450
Binary100101100110011101101111001000100111000111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9600CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9600CE; }

 p { color: rgb(150,0,206); }

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

<style>
 a { background-color: #9600CE; }

 a { background-color: rgb(150,0,206); }

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

<style>
 span { border-color: #9600CE; }

 span { border-color: rgb(150,0,206); }

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