Shades of Dark Purple #99137B
Tints of Dark Purple #99137B
RGB
CMYK
RGB Variations
Color information
#99137B (or 0x99137B) is known color: Dark Purple. HEX triplet: 99, 13 and 7B. RGB value is (153,19,123). Sum of RGB (Red+Green+Blue) = 153+19+123=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99137B is #66EC84. Grayscale: #464646. Windows color (decimal): -6745221 or 8065945. OLE color: 8065945.
HSL color Cylindrical-coordinate representation of color #99137B: hue angle of 313.43º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99137B is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 123 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.4 |
| HSL | 313.43º | 0.78% | 0.34% | - |
| HSV(B) | 313.43º | 0.88% | 0.6% | - |
| XYZ | 16.94 | 8.67 | 19.52 | - |
| YUV | 70.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 123 | 0 | 0.88 | 0.20 | 0.4 | 313.43 | 0.78 | 0.34 |
| Hex | 99 | 13 | 7B | 0 | 58 | 14 | 28 | 139 | 4E | 22 |
| Octal | 231 | 23 | 173 | 0 | 130 | 24 | 50 | 471 | 116 | 42 |
| Binary | 10011001 | 10011 | 1111011 | 0 | 1011000 | 10100 | 101000 | 100111001 | 1001110 | 100010 |
Color Harmonies of #99137B
Complementary color
Monochromatic Colors of #99137B
Black with #99137B
Text Example
Text Example
White with #99137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99137B; }
p { color: rgb(153,19,123); }
H1.HeaderClassName
{
color: #99137B;
}
.AnyTagClassName
{
color: #99137B;
}
</style>
background-color css
<style>
a { background-color: #99137B; }
a { background-color: rgb(153,19,123); }
div.DivClassName
{
background-color: #99137B;
}
.BgClassName
{
background-color: #99137B;
}
</style>
border-color css
<style>
span { border-color: #99137B; }
span { border-color: rgb(153,19,123); }
td.TdClassName
{
border-color: #99137B;
}
.TagClassName
{
border-color: #99137B;
}
</style>