Html Css Color HEX #9D02AE Dark Magenta

📋 copy color: '#9D02AE'

red 157 ◦ green 2 ◦ blue 174

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

Shades of Dark Magenta #9D02AE

Tints of Dark Magenta #9D02AE

RGB

 RED value IS 157 (61.72% from 255) = 47.15%

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

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

R = 47.15%
G = 0.6%
B = 52.25%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D02AE (or 0x9D02AE) is known color: Dark Magenta. HEX triplet: 9D, 02 and AE. RGB value is (157,2,174). Sum of RGB (Red+Green+Blue) = 157+2+174=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D02AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D02AE is #62FD51. Grayscale: #434343. Windows color (decimal): -6487378 or 11403933. OLE color: 11403933.

HSL color Cylindrical-coordinate representation of color #9D02AE: hue angle of 294.07º 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 #9D02AE is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 2 174 -
CMYK 0.10 0.99 0 0.32
HSL 294.07º 0.98% 0.35% -
HSV(B) 294.07º 0.99% 0.68% -
XYZ 21.57 10.27 40.89 -
YUV 67.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 157 2 174 0.10 0.99 0 0.32 294.07 0.98 0.35
Hex 9D 2 AE A 63 0 20 126 62 23
Octal 235 2 256 12 143 0 40 446 142 43
Binary 10011101 10 10101110 1010 1100011 0 100000 100100110 1100010 100011

Color Harmonies of #9D02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D02AE

Black with #9D02AE

Text Example


Text Example

White with #9D02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D02AE; }

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

 H1.HeaderClassName
 {
   color: #9D02AE;
 }
 .AnyTagClassName
 {
   color: #9D02AE;
 }
</style>

background-color css

<style>
 a { background-color: #9D02AE; }

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

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

border-color css

<style>
 span { border-color: #9D02AE; }

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

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