#99068E

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

Shades of Dark Magenta #99068E

Tints of Dark Magenta #99068E

Color information

#99068E (or 0x99068E) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 8E. RGB value is (153,6,142). Sum of RGB (Red+Green+Blue) = 153+6+142=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99068E is #66F971. Grayscale: #414141. Windows color (decimal): -6748530 or 9307801. OLE color: 9307801.

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

Color convert

RGB1536142-
CMYK00.960.070.4
HSL304.49º92.45%31.18%-
HSV(B)304.49º96.08%60%-
XYZ18.088.8626.35-
YUV65.46171.2190.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=50.83%
G=1.99%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153614200.960.070.4304.4992.4531.18
Hex9968E0607281305c1f
Octal2316216014075046013437
Binary100110011101000111001100000111101000100110000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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