Html Css Color HEX #9602D1 Dark Violet

📋 copy color: '#9602D1'

red 150 ◦ green 2 ◦ blue 209

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

Shades of Dark Violet #9602D1

Tints of Dark Violet #9602D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.89%

R = 41.55%
G = 0.55%
B = 57.89%

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

#9602D1 (or 0x9602D1) is known color: Dark Violet. HEX triplet: 96, 02 and D1. RGB value is (150,2,209). Sum of RGB (Red+Green+Blue) = 150+2+209=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 209 (82.03% from 255 or 57.89% from 361); Max value from RGB is 209 - color contains mainly: blue. Hex color #9602D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602D1 is #69FD2E. Grayscale: #454545. Windows color (decimal): -6946095 or 13697686. OLE color: 13697686.

HSL color Cylindrical-coordinate representation of color #9602D1: hue angle of 282.9º 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 #9602D1 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 2 209 -
CMYK 0.28 0.99 0 0.18
HSL 282.9º 0.98% 0.41% -
HSV(B) 282.9º 0.99% 0.82% -
XYZ 24.11 11.13 61.2 -
YUV 69.85 206.53 185.17 -
System Red Green Blue C M Y K H S L
Decimal 150 2 209 0.28 0.99 0 0.18 282.9 0.98 0.41
Hex 96 2 D1 1C 63 0 12 11B 62 29
Octal 226 2 321 34 143 0 22 433 142 51
Binary 10010110 10 11010001 11100 1100011 0 10010 100011011 1100010 101001

Color Harmonies of #9602D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602D1

Black with #9602D1

Text Example


Text Example

White with #9602D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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