Html Css Color HEX #9602C2 Dark Violet

📋 copy color: '#9602C2'

red 150 ◦ green 2 ◦ blue 194

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

Shades of Dark Violet #9602C2

Tints of Dark Violet #9602C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 56.07%

R = 43.35%
G = 0.58%
B = 56.07%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9602C2 (or 0x9602C2) is known color: Dark Violet. HEX triplet: 96, 02 and C2. RGB value is (150,2,194). Sum of RGB (Red+Green+Blue) = 150+2+194=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #9602C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602C2 is #69FD3D. Grayscale: #434343. Windows color (decimal): -6946110 or 12714646. OLE color: 12714646.

HSL color Cylindrical-coordinate representation of color #9602C2: hue angle of 286.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602C2 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 2 194 -
CMYK 0.23 0.99 0 0.24
HSL 286.25º 0.98% 0.38% -
HSV(B) 286.25º 0.99% 0.76% -
XYZ 22.34 10.42 51.87 -
YUV 68.14 199.03 186.39 -
System Red Green Blue C M Y K H S L
Decimal 150 2 194 0.23 0.99 0 0.24 286.25 0.98 0.38
Hex 96 2 C2 17 63 0 18 11E 62 26
Octal 226 2 302 27 143 0 30 436 142 46
Binary 10010110 10 11000010 10111 1100011 0 11000 100011110 1100010 100110

Color Harmonies of #9602C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602C2

Black with #9602C2

Text Example


Text Example

White with #9602C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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