#99028A

Color #99028A Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #99028A

Tints of Dark Magenta #99028A

Color information

#99028A (or 0x99028A) is unknown color: approx Dark Magenta. HEX triplet: 99, 02 and 8A. RGB value is (153,2,138). Sum of RGB (Red+Green+Blue) = 153+2+138=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99028A is #66FD75. Grayscale: #3E3E3E. Windows color (decimal): -6749558 or 9044633. OLE color: 9044633.

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

Color convert

RGB1532138-
CMYK00.990.100.4
HSL305.96º97.42%30.39%-
HSV(B)305.96º98.69%60%-
XYZ17.758.6524.78-
YUV62.65170.53192.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=52.22%
G=0.68%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153213800.990.100.4305.9697.4230.39
Hex9928A063A28132611e
Octal23122120143125046214136
Binary100110011010001010011000111010101000100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99028A;
 }
 .AnyTagClassName
 {
   color: #99028A;
 }
</style>
background-color css

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

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

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

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

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

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