#99008A

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

Shades of Dark Magenta #99008A

Tints of Dark Magenta #99008A

Color information

#99008A (or 0x99008A) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 8A. RGB value is (153,0,138). Sum of RGB (Red+Green+Blue) = 153+0+138=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #99008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99008A is #66FF75. Grayscale: #3D3D3D. Windows color (decimal): -6750070 or 9044121. OLE color: 9044121.

HSL color Cylindrical-coordinate representation of color #99008A: hue angle of 305.88º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99008A is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB1530138-
CMYK010.100.4
HSL305.88º100%30%-
HSV(B)305.88º100%60%-
XYZ17.728.6124.77-
YUV61.48171.19193.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=52.58%
G=0%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530138010.100.4305.8810030
Hex9908A064A28132641e
Octal23102120144125046214436
Binary10011001010001010011001001010101000100110010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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