Html Css Color HEX #9602D0 Dark Violet

📋 copy color: '#9602D0'

red 150 ◦ green 2 ◦ blue 208

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

Shades of Dark Violet #9602D0

Tints of Dark Violet #9602D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.78%

R = 41.67%
G = 0.56%
B = 57.78%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9602D0 (or 0x9602D0) is known color: Dark Violet. HEX triplet: 96, 02 and D0. RGB value is (150,2,208). Sum of RGB (Red+Green+Blue) = 150+2+208=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #9602D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602D0 is #69FD2F. Grayscale: #454545. Windows color (decimal): -6946096 or 13632150. OLE color: 13632150.

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

Color convert

RGB 150 2 208 -
CMYK 0.28 0.99 0 0.18
HSL 283.11º 0.98% 0.41% -
HSV(B) 283.11º 0.99% 0.82% -
XYZ 23.98 11.08 60.55 -
YUV 69.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 150 2 208 0.28 0.99 0 0.18 283.11 0.98 0.41
Hex 96 2 D0 1C 63 0 12 11B 62 29
Octal 226 2 320 34 143 0 22 433 142 51
Binary 10010110 10 11010000 11100 1100011 0 10010 100011011 1100010 101001

Color Harmonies of #9602D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602D0

Black with #9602D0

Text Example


Text Example

White with #9602D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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