Html Css Color HEX #9602AE Dark Magenta

📋 copy color: '#9602AE'

red 150 ◦ green 2 ◦ blue 174

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

Shades of Dark Magenta #9602AE

Tints of Dark Magenta #9602AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 46.01%
G = 0.61%
B = 53.37%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9602AE (or 0x9602AE) is known color: Dark Magenta. HEX triplet: 96, 02 and AE. RGB value is (150,2,174). Sum of RGB (Red+Green+Blue) = 150+2+174=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #9602AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9602AE is #69FD51. Grayscale: #414141. Windows color (decimal): -6946130 or 11403926. OLE color: 11403926.

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

Color convert

RGB 150 2 174 -
CMYK 0.14 0.99 0 0.32
HSL 291.63º 0.98% 0.35% -
HSV(B) 291.63º 0.99% 0.68% -
XYZ 20.24 9.58 40.83 -
YUV 65.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 150 2 174 0.14 0.99 0 0.32 291.63 0.98 0.35
Hex 96 2 AE E 63 0 20 124 62 23
Octal 226 2 256 16 143 0 40 444 142 43
Binary 10010110 10 10101110 1110 1100011 0 100000 100100100 1100010 100011

Color Harmonies of #9602AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602AE

Black with #9602AE

Text Example


Text Example

White with #9602AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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