Html Css Color HEX #9600CE Dark Violet

📋 copy color: '#9600CE'

red 150 ◦ green 0 ◦ blue 206

#9600CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9600CE

Tints of Dark Violet #9600CE

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 value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9600CE (or 0x9600CE) is known color: 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

RGB 150 0 206 -
CMYK 0.27 1 0 0.19
HSL 283.69º 1% 0.4% -
HSV(B) 283.69º 1% 0.81% -
XYZ 23.72 10.94 59.25 -
YUV 68.33 205.7 186.25 -
System Red Green Blue C M Y K H S L
Decimal 150 0 206 0.27 1 0 0.19 283.69 1 0.4
Hex 96 0 CE 1B 64 0 13 11C 64 28
Octal 226 0 316 33 144 0 23 434 144 50
Binary 10010110 0 11001110 11011 1100100 0 10011 100011100 1100100 101000

Color Harmonies of #9600CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9600CE

Black with #9600CE

Text Example


Text Example

White with #9600CE

Text Example


Text Example

HTML Codes & Css Web 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>