#99067E

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

Shades of Dark Magenta #99067E

Tints of Dark Magenta #99067E

Color information

#99067E (or 0x99067E) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 7E. RGB value is (153,6,126). Sum of RGB (Red+Green+Blue) = 153+6+126=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99067E is #66F981. Grayscale: #3F3F3F. Windows color (decimal): -6748546 or 8259225. OLE color: 8259225.

HSL color Cylindrical-coordinate representation of color #99067E: hue angle of 311.02º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99067E is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB1536126-
CMYK00.960.180.4
HSL311.02º92.45%31.18%-
HSV(B)311.02º96.08%60%-
XYZ16.978.4120.47-
YUV63.63163.2191.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=53.68%
G=2.11%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153612600.960.180.4311.0292.4531.18
Hex9967E06012281375c1f
Octal23161760140225046713437
Binary1001100111011111100110000010010101000100110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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