Shades of Dark Purple #99187A
Tints of Dark Purple #99187A
RGB
CMYK
RGB Variations
Color information
#99187A (or 0x99187A) is known color: Dark Purple. HEX triplet: 99, 18 and 7A. RGB value is (153,24,122). Sum of RGB (Red+Green+Blue) = 153+24+122=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99187A is #66E785. Grayscale: #494949. Windows color (decimal): -6743942 or 8001689. OLE color: 8001689.
HSL color Cylindrical-coordinate representation of color #99187A: hue angle of 314.42º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99187A is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 122 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.4 |
| HSL | 314.42º | 0.73% | 0.35% | - |
| HSV(B) | 314.42º | 0.84% | 0.6% | - |
| XYZ | 16.98 | 8.83 | 19.22 | - |
| YUV | 73.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 122 | 0 | 0.84 | 0.20 | 0.4 | 314.42 | 0.73 | 0.35 |
| Hex | 99 | 18 | 7A | 0 | 54 | 14 | 28 | 13A | 49 | 23 |
| Octal | 231 | 30 | 172 | 0 | 124 | 24 | 50 | 472 | 111 | 43 |
| Binary | 10011001 | 11000 | 1111010 | 0 | 1010100 | 10100 | 101000 | 100111010 | 1001001 | 100011 |
Color Harmonies of #99187A
Complementary color
Monochromatic Colors of #99187A
Black with #99187A
Text Example
Text Example
White with #99187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99187A; }
p { color: rgb(153,24,122); }
H1.HeaderClassName
{
color: #99187A;
}
.AnyTagClassName
{
color: #99187A;
}
</style>
background-color css
<style>
a { background-color: #99187A; }
a { background-color: rgb(153,24,122); }
div.DivClassName
{
background-color: #99187A;
}
.BgClassName
{
background-color: #99187A;
}
</style>
border-color css
<style>
span { border-color: #99187A; }
span { border-color: rgb(153,24,122); }
td.TdClassName
{
border-color: #99187A;
}
.TagClassName
{
border-color: #99187A;
}
</style>