Shades of Dark Purple #99187E
Tints of Dark Purple #99187E
RGB
CMYK
RGB Variations
Color information
#99187E (or 0x99187E) is known color: Dark Purple. HEX triplet: 99, 18 and 7E. RGB value is (153,24,126). Sum of RGB (Red+Green+Blue) = 153+24+126=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99187E is #66E781. Grayscale: #494949. Windows color (decimal): -6743938 or 8263833. OLE color: 8263833.
HSL color Cylindrical-coordinate representation of color #99187E: hue angle of 312.56º 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 #99187E is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 126 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.4 |
| HSL | 312.56º | 0.73% | 0.35% | - |
| HSV(B) | 312.56º | 0.84% | 0.6% | - |
| XYZ | 17.23 | 8.93 | 20.55 | - |
| YUV | 74.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 126 | 0 | 0.84 | 0.18 | 0.4 | 312.56 | 0.73 | 0.35 |
| Hex | 99 | 18 | 7E | 0 | 54 | 12 | 28 | 139 | 49 | 23 |
| Octal | 231 | 30 | 176 | 0 | 124 | 22 | 50 | 471 | 111 | 43 |
| Binary | 10011001 | 11000 | 1111110 | 0 | 1010100 | 10010 | 101000 | 100111001 | 1001001 | 100011 |
Color Harmonies of #99187E
Complementary color
Monochromatic Colors of #99187E
Black with #99187E
Text Example
Text Example
White with #99187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99187E; }
p { color: rgb(153,24,126); }
H1.HeaderClassName
{
color: #99187E;
}
.AnyTagClassName
{
color: #99187E;
}
</style>
background-color css
<style>
a { background-color: #99187E; }
a { background-color: rgb(153,24,126); }
div.DivClassName
{
background-color: #99187E;
}
.BgClassName
{
background-color: #99187E;
}
</style>
border-color css
<style>
span { border-color: #99187E; }
span { border-color: rgb(153,24,126); }
td.TdClassName
{
border-color: #99187E;
}
.TagClassName
{
border-color: #99187E;
}
</style>