Html Css Color HEX #9602AC Dark Magenta

📋 copy color: '#9602AC'

red 150 ◦ green 2 ◦ blue 172

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

Shades of Dark Magenta #9602AC

Tints of Dark Magenta #9602AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 46.3%
G = 0.62%
B = 53.09%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9602AC (or 0x9602AC) is known color: Dark Magenta. HEX triplet: 96, 02 and AC. RGB value is (150,2,172). Sum of RGB (Red+Green+Blue) = 150+2+172=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #9602AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9602AC is #69FD53. Grayscale: #414141. Windows color (decimal): -6946132 or 11272854. OLE color: 11272854.

HSL color Cylindrical-coordinate representation of color #9602AC: hue angle of 292.24º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602AC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 2 172 -
CMYK 0.13 0.99 0 0.33
HSL 292.24º 0.98% 0.34% -
HSV(B) 292.24º 0.99% 0.67% -
XYZ 20.05 9.51 39.81 -
YUV 65.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 150 2 172 0.13 0.99 0 0.33 292.24 0.98 0.34
Hex 96 2 AC D 63 0 21 124 62 22
Octal 226 2 254 15 143 0 41 444 142 42
Binary 10010110 10 10101100 1101 1100011 0 100001 100100100 1100010 100010

Color Harmonies of #9602AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602AC

Black with #9602AC

Text Example


Text Example

White with #9602AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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