Shades of Dark Purple #99107C
Tints of Dark Purple #99107C
RGB
CMYK
RGB Variations
Color information
#99107C (or 0x99107C) is known color: Dark Purple. HEX triplet: 99, 10 and 7C. RGB value is (153,16,124). Sum of RGB (Red+Green+Blue) = 153+16+124=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99107C is #66EF83. Grayscale: #444444. Windows color (decimal): -6745988 or 8130713. OLE color: 8130713.
HSL color Cylindrical-coordinate representation of color #99107C: hue angle of 312.7º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99107C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 124 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.4 |
| HSL | 312.7º | 0.81% | 0.33% | - |
| HSV(B) | 312.7º | 0.9% | 0.6% | - |
| XYZ | 16.96 | 8.6 | 19.83 | - |
| YUV | 69.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 124 | 0 | 0.90 | 0.19 | 0.4 | 312.7 | 0.81 | 0.33 |
| Hex | 99 | 10 | 7C | 0 | 5A | 13 | 28 | 139 | 51 | 21 |
| Octal | 231 | 20 | 174 | 0 | 132 | 23 | 50 | 471 | 121 | 41 |
| Binary | 10011001 | 10000 | 1111100 | 0 | 1011010 | 10011 | 101000 | 100111001 | 1010001 | 100001 |
Color Harmonies of #99107C
Complementary color
Monochromatic Colors of #99107C
Black with #99107C
Text Example
Text Example
White with #99107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99107C; }
p { color: rgb(153,16,124); }
H1.HeaderClassName
{
color: #99107C;
}
.AnyTagClassName
{
color: #99107C;
}
</style>
background-color css
<style>
a { background-color: #99107C; }
a { background-color: rgb(153,16,124); }
div.DivClassName
{
background-color: #99107C;
}
.BgClassName
{
background-color: #99107C;
}
</style>
border-color css
<style>
span { border-color: #99107C; }
span { border-color: rgb(153,16,124); }
td.TdClassName
{
border-color: #99107C;
}
.TagClassName
{
border-color: #99107C;
}
</style>