Html Css Color HEX #9602CE Dark Violet

📋 copy color: '#9602CE'

red 150 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #9602CE

Tints of Dark Violet #9602CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 41.9%
G = 0.56%
B = 57.54%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9602CE (or 0x9602CE) is known color: Dark Violet. HEX triplet: 96, 02 and CE. RGB value is (150,2,206). Sum of RGB (Red+Green+Blue) = 150+2+206=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #9602CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602CE is #69FD31. Grayscale: #444444. Windows color (decimal): -6946098 or 13501078. OLE color: 13501078.

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

Color convert

RGB 150 2 206 -
CMYK 0.27 0.99 0 0.19
HSL 283.53º 0.98% 0.41% -
HSV(B) 283.53º 0.99% 0.81% -
XYZ 23.74 10.98 59.26 -
YUV 69.51 205.03 185.41 -
System Red Green Blue C M Y K H S L
Decimal 150 2 206 0.27 0.99 0 0.19 283.53 0.98 0.41
Hex 96 2 CE 1B 63 0 13 11C 62 29
Octal 226 2 316 33 143 0 23 434 142 51
Binary 10010110 10 11001110 11011 1100011 0 10011 100011100 1100010 101001

Color Harmonies of #9602CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602CE

Black with #9602CE

Text Example


Text Example

White with #9602CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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