Html Css Color HEX #9606CB Dark Violet

📋 copy color: '#9606CB'

red 150 ◦ green 6 ◦ blue 203

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

Shades of Dark Violet #9606CB

Tints of Dark Violet #9606CB

RGB

 RED value IS 150 (58.98% from 255) = 41.78%

 GREEN value IS 6 (2.73% from 255) = 1.67%

 BLUE value IS 203 (79.69% from 255) = 56.55%

R = 41.78%
G = 1.67%
B = 56.55%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9606CB (or 0x9606CB) is known color: Dark Violet. HEX triplet: 96, 06 and CB. RGB value is (150,6,203). Sum of RGB (Red+Green+Blue) = 150+6+203=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #9606CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606CB is #69F934. Grayscale: #464646. Windows color (decimal): -6945077 or 13305494. OLE color: 13305494.

HSL color Cylindrical-coordinate representation of color #9606CB: hue angle of 283.86º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606CB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 6 203 -
CMYK 0.26 0.97 0 0.20
HSL 283.86º 0.94% 0.41% -
HSV(B) 283.86º 0.97% 0.8% -
XYZ 23.42 10.93 57.37 -
YUV 71.51 202.21 183.98 -
System Red Green Blue C M Y K H S L
Decimal 150 6 203 0.26 0.97 0 0.20 283.86 0.94 0.41
Hex 96 6 CB 1A 61 0 14 11C 5E 29
Octal 226 6 313 32 141 0 24 434 136 51
Binary 10010110 110 11001011 11010 1100001 0 10100 100011100 1011110 101001

Color Harmonies of #9606CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9606CB

Black with #9606CB

Text Example


Text Example

White with #9606CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9606CB; }

 p { color: rgb(150,6,203); }

 H1.HeaderClassName
 {
   color: #9606CB;
 }
 .AnyTagClassName
 {
   color: #9606CB;
 }
</style>

background-color css

<style>
 a { background-color: #9606CB; }

 a { background-color: rgb(150,6,203); }

 div.DivClassName
 {
   background-color: #9606CB;
 }
 .BgClassName
 {
   background-color: #9606CB;
 }
</style>

border-color css

<style>
 span { border-color: #9606CB; }

 span { border-color: rgb(150,6,203); }

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