Shades of Dark Magenta #99068C
Tints of Dark Magenta #99068C
RGB
CMYK
RGB Variations
Color information
#99068C (or 0x99068C) is known color: Dark Magenta. HEX triplet: 99, 06 and 8C. RGB value is (153,6,140). Sum of RGB (Red+Green+Blue) = 153+6+140=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99068C is #66F973. Grayscale: #404040. Windows color (decimal): -6748532 or 9176729. OLE color: 9176729.
HSL color Cylindrical-coordinate representation of color #99068C: hue angle of 305.31º 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 #99068C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 140 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.4 |
| HSL | 305.31º | 0.92% | 0.31% | - |
| HSV(B) | 305.31º | 0.96% | 0.6% | - |
| XYZ | 17.94 | 8.8 | 25.56 | - |
| YUV | 65.23 | 170.2 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 140 | 0 | 0.96 | 0.08 | 0.4 | 305.31 | 0.92 | 0.31 |
| Hex | 99 | 6 | 8C | 0 | 60 | 8 | 28 | 131 | 5C | 1F |
| Octal | 231 | 6 | 214 | 0 | 140 | 10 | 50 | 461 | 134 | 37 |
| Binary | 10011001 | 110 | 10001100 | 0 | 1100000 | 1000 | 101000 | 100110001 | 1011100 | 11111 |
Color Harmonies of #99068C
Complementary color
Monochromatic Colors of #99068C
Black with #99068C
Text Example
Text Example
White with #99068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99068C; }
p { color: rgb(153,6,140); }
H1.HeaderClassName
{
color: #99068C;
}
.AnyTagClassName
{
color: #99068C;
}
</style>
background-color css
<style>
a { background-color: #99068C; }
a { background-color: rgb(153,6,140); }
div.DivClassName
{
background-color: #99068C;
}
.BgClassName
{
background-color: #99068C;
}
</style>
border-color css
<style>
span { border-color: #99068C; }
span { border-color: rgb(153,6,140); }
td.TdClassName
{
border-color: #99068C;
}
.TagClassName
{
border-color: #99068C;
}
</style>