#99007D

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

Shades of Dark Magenta #99007D

Tints of Dark Magenta #99007D

Color information

#99007D (or 0x99007D) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 7D. RGB value is (153,0,125). Sum of RGB (Red+Green+Blue) = 153+0+125=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99007D is #66FF82. Grayscale: #3B3B3B. Windows color (decimal): -6750083 or 8192153. OLE color: 8192153.

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

Color convert

RGB1530125-
CMYK010.180.4
HSL310.98º100%30%-
HSV(B)310.98º100%60%-
XYZ16.848.2520.11-
YUV60164.69194.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=55.04%
G=0%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530125010.180.4310.9810030
Hex9907D0641228137641e
Octal23101750144225046714436
Binary10011001011111010110010010010101000100110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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