Shades of Dark Magenta #99069B
Tints of Dark Magenta #99069B
RGB
CMYK
RGB Variations
Color information
#99069B (or 0x99069B) is known color: Dark Magenta. HEX triplet: 99, 06 and 9B. RGB value is (153,6,155). Sum of RGB (Red+Green+Blue) = 153+6+155=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #99069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99069B is #66F964. Grayscale: #424242. Windows color (decimal): -6748517 or 10159769. OLE color: 10159769.
HSL color Cylindrical-coordinate representation of color #99069B: hue angle of 299.19º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99069B is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 6 | 155 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.39 |
| HSL | 299.19º | 0.93% | 0.32% | - |
| HSV(B) | 299.19º | 0.96% | 0.61% | - |
| XYZ | 19.12 | 9.27 | 31.79 | - |
| YUV | 66.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 155 | 0.01 | 0.96 | 0 | 0.39 | 299.19 | 0.93 | 0.32 |
| Hex | 99 | 6 | 9B | 1 | 60 | 0 | 27 | 12B | 5D | 20 |
| Octal | 231 | 6 | 233 | 1 | 140 | 0 | 47 | 453 | 135 | 40 |
| Binary | 10011001 | 110 | 10011011 | 1 | 1100000 | 0 | 100111 | 100101011 | 1011101 | 100000 |
Color Harmonies of #99069B
Complementary color
Monochromatic Colors of #99069B
Black with #99069B
Text Example
Text Example
White with #99069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99069B; }
p { color: rgb(153,6,155); }
H1.HeaderClassName
{
color: #99069B;
}
.AnyTagClassName
{
color: #99069B;
}
</style>
background-color css
<style>
a { background-color: #99069B; }
a { background-color: rgb(153,6,155); }
div.DivClassName
{
background-color: #99069B;
}
.BgClassName
{
background-color: #99069B;
}
</style>
border-color css
<style>
span { border-color: #99069B; }
span { border-color: rgb(153,6,155); }
td.TdClassName
{
border-color: #99069B;
}
.TagClassName
{
border-color: #99069B;
}
</style>