Html Css Color HEX #99028E Dark Magenta

📋 copy color: '#99028E'

red 153 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #99028E

Tints of Dark Magenta #99028E

RGB

 RED value IS 153 (60.16% from 255) = 51.52%

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

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

R = 51.52%
G = 0.67%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99028E (or 0x99028E) is known color: Dark Magenta. HEX triplet: 99, 02 and 8E. RGB value is (153,2,142). Sum of RGB (Red+Green+Blue) = 153+2+142=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99028E is #66FD71. Grayscale: #3E3E3E. Windows color (decimal): -6749554 or 9306777. OLE color: 9306777.

HSL color Cylindrical-coordinate representation of color #99028E: hue angle of 304.37º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99028E is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 142 -
CMYK 0 0.99 0.07 0.4
HSL 304.37º 0.97% 0.3% -
HSV(B) 304.37º 0.99% 0.6% -
XYZ 18.04 8.77 26.33 -
YUV 63.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 153 2 142 0 0.99 0.07 0.4 304.37 0.97 0.3
Hex 99 2 8E 0 63 7 28 130 61 1E
Octal 231 2 216 0 143 7 50 460 141 36
Binary 10011001 10 10001110 0 1100011 111 101000 100110000 1100001 11110

Color Harmonies of #99028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99028E

Black with #99028E

Text Example


Text Example

White with #99028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99028E; }

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

 H1.HeaderClassName
 {
   color: #99028E;
 }
 .AnyTagClassName
 {
   color: #99028E;
 }
</style>

background-color css

<style>
 a { background-color: #99028E; }

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

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

border-color css

<style>
 span { border-color: #99028E; }

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

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