#99008c

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

Shades of Dark Magenta #99008C

Tints of Dark Magenta #99008C

Color information

#99008C (or 0x99008C) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 8C. RGB value is (153,0,140). Sum of RGB (Red+Green+Blue) = 153+0+140=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99008C is #66FF73. Grayscale: #3D3D3D. Windows color (decimal): -6750068 or 9175193. OLE color: 9175193.

HSL color Cylindrical-coordinate representation of color #99008C: hue angle of 305.1º 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 #99008C is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB1530140-
CMYK010.080.4
HSL305.1º100%30%-
HSV(B)305.1º100%60%-
XYZ17.878.6725.54-
YUV61.71172.19193.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=52.22%
G=0%
B=47.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530140010.080.4305.110030
Hex9908C064828131641e
Octal23102140144105046114436
Binary10011001010001100011001001000101000100110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99008c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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