#99007E

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

Shades of Dark Magenta #99007E

Tints of Dark Magenta #99007E

Color information

#99007E (or 0x99007E) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 7E. RGB value is (153,0,126). Sum of RGB (Red+Green+Blue) = 153+0+126=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99007E is #66FF81. Grayscale: #3B3B3B. Windows color (decimal): -6750082 or 8257689. OLE color: 8257689.

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

Color convert

RGB1530126-
CMYK010.180.4
HSL310.59º100%30%-
HSV(B)310.59º100%60%-
XYZ16.98.2820.45-
YUV60.11165.19194.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=54.84%
G=0%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530126010.180.4310.5910030
Hex9907E0641228137641e
Octal23101760144225046714436
Binary10011001011111100110010010010101000100110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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