Html Css Color HEX #9A028E Dark Magenta

📋 copy color: '#9A028E'

red 154 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #9A028E

Tints of Dark Magenta #9A028E

RGB

 RED value IS 154 (60.55% from 255) = 51.68%

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

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 51.68%
G = 0.67%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A028E (or 0x9A028E) is known color: Dark Magenta. HEX triplet: 9A, 02 and 8E. RGB value is (154,2,142). Sum of RGB (Red+Green+Blue) = 154+2+142=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A028E is #65FD71. Grayscale: #3E3E3E. Windows color (decimal): -6684018 or 9306778. OLE color: 9306778.

HSL color Cylindrical-coordinate representation of color #9A028E: hue angle of 304.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A028E is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 2 142 -
CMYK 0 0.99 0.08 0.40
HSL 304.74º 0.97% 0.31% -
HSV(B) 304.74º 0.99% 0.6% -
XYZ 18.23 8.87 26.34 -
YUV 63.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 154 2 142 0 0.99 0.08 0.40 304.74 0.97 0.31
Hex 9A 2 8E 0 63 8 28 131 61 1F
Octal 232 2 216 0 143 10 50 461 141 37
Binary 10011010 10 10001110 0 1100011 1000 101000 100110001 1100001 11111

Color Harmonies of #9A028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A028E

Black with #9A028E

Text Example


Text Example

White with #9A028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,2,142); }

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

background-color css

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

 a { background-color: rgb(154,2,142); }

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

border-color css

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

 span { border-color: rgb(154,2,142); }

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