Html Css Color HEX #9605CB Dark Violet

📋 copy color: '#9605CB'

red 150 ◦ green 5 ◦ blue 203

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

Shades of Dark Violet #9605CB

Tints of Dark Violet #9605CB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 41.9%
G = 1.4%
B = 56.7%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9605CB (or 0x9605CB) is known color: Dark Violet. HEX triplet: 96, 05 and CB. RGB value is (150,5,203). Sum of RGB (Red+Green+Blue) = 150+5+203=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #9605CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605CB is #69FA34. Grayscale: #464646. Windows color (decimal): -6945333 or 13305238. OLE color: 13305238.

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

Color convert

RGB 150 5 203 -
CMYK 0.26 0.98 0 0.20
HSL 283.94º 0.95% 0.41% -
HSV(B) 283.94º 0.98% 0.8% -
XYZ 23.41 10.9 57.37 -
YUV 70.93 202.54 184.4 -
System Red Green Blue C M Y K H S L
Decimal 150 5 203 0.26 0.98 0 0.20 283.94 0.95 0.41
Hex 96 5 CB 1A 62 0 14 11C 5F 29
Octal 226 5 313 32 142 0 24 434 137 51
Binary 10010110 101 11001011 11010 1100010 0 10100 100011100 1011111 101001

Color Harmonies of #9605CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9605CB

Black with #9605CB

Text Example


Text Example

White with #9605CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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