Html Css Color HEX #9602DB Dark Violet

📋 copy color: '#9602DB'

red 150 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #9602DB

Tints of Dark Violet #9602DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 40.43%
G = 0.54%
B = 59.03%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9602DB (or 0x9602DB) is known color: Dark Violet. HEX triplet: 96, 02 and DB. RGB value is (150,2,219). Sum of RGB (Red+Green+Blue) = 150+2+219=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #9602DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602DB is #69FD24. Grayscale: #464646. Windows color (decimal): -6946085 or 14353046. OLE color: 14353046.

HSL color Cylindrical-coordinate representation of color #9602DB: hue angle of 280.92º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602DB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 2 219 -
CMYK 0.32 0.99 0 0.14
HSL 280.92º 0.98% 0.43% -
HSV(B) 280.92º 0.99% 0.86% -
XYZ 25.39 11.64 67.93 -
YUV 70.99 211.53 184.36 -
System Red Green Blue C M Y K H S L
Decimal 150 2 219 0.32 0.99 0 0.14 280.92 0.98 0.43
Hex 96 2 DB 20 63 0 E 119 62 2B
Octal 226 2 333 40 143 0 16 431 142 53
Binary 10010110 10 11011011 100000 1100011 0 1110 100011001 1100010 101011

Color Harmonies of #9602DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602DB

Black with #9602DB

Text Example


Text Example

White with #9602DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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