Html Css Color HEX #9602A0 Dark Magenta

📋 copy color: '#9602A0'

red 150 ◦ green 2 ◦ blue 160

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

Shades of Dark Magenta #9602A0

Tints of Dark Magenta #9602A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.28%

R = 48.08%
G = 0.64%
B = 51.28%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9602A0 (or 0x9602A0) is known color: Dark Magenta. HEX triplet: 96, 02 and A0. RGB value is (150,2,160). Sum of RGB (Red+Green+Blue) = 150+2+160=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #9602A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9602A0 is #69FD5F. Grayscale: #3F3F3F. Windows color (decimal): -6946144 or 10486422. OLE color: 10486422.

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

Color convert

RGB 150 2 160 -
CMYK 0.06 0.99 0 0.37
HSL 296.2º 0.98% 0.32% -
HSV(B) 296.2º 0.99% 0.63% -
XYZ 18.94 9.07 34.01 -
YUV 64.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 150 2 160 0.06 0.99 0 0.37 296.2 0.98 0.32
Hex 96 2 A0 6 63 0 25 128 62 20
Octal 226 2 240 6 143 0 45 450 142 40
Binary 10010110 10 10100000 110 1100011 0 100101 100101000 1100010 100000

Color Harmonies of #9602A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602A0

Black with #9602A0

Text Example


Text Example

White with #9602A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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