Html Css Color HEX #9602CB Dark Violet

📋 copy color: '#9602CB'

red 150 ◦ green 2 ◦ blue 203

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

Shades of Dark Violet #9602CB

Tints of Dark Violet #9602CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 42.25%
G = 0.56%
B = 57.18%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9602CB (or 0x9602CB) is known color: Dark Violet. HEX triplet: 96, 02 and CB. RGB value is (150,2,203). Sum of RGB (Red+Green+Blue) = 150+2+203=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #9602CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602CB is #69FD34. Grayscale: #444444. Windows color (decimal): -6946101 or 13304470. OLE color: 13304470.

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

Color convert

RGB 150 2 203 -
CMYK 0.26 0.99 0 0.20
HSL 284.18º 0.98% 0.4% -
HSV(B) 284.18º 0.99% 0.8% -
XYZ 23.38 10.84 57.36 -
YUV 69.17 203.53 185.66 -
System Red Green Blue C M Y K H S L
Decimal 150 2 203 0.26 0.99 0 0.20 284.18 0.98 0.4
Hex 96 2 CB 1A 63 0 14 11C 62 28
Octal 226 2 313 32 143 0 24 434 142 50
Binary 10010110 10 11001011 11010 1100011 0 10100 100011100 1100010 101000

Color Harmonies of #9602CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602CB

Black with #9602CB

Text Example


Text Example

White with #9602CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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