Shades of Dark Purple #99277C
Tints of Dark Purple #99277C
RGB
CMYK
RGB Variations
Color information
#99277C (or 0x99277C) is known color: Dark Purple. HEX triplet: 99, 27 and 7C. RGB value is (153,39,124). Sum of RGB (Red+Green+Blue) = 153+39+124=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99277C is #66D883. Grayscale: #525252. Windows color (decimal): -6740100 or 8136601. OLE color: 8136601.
HSL color Cylindrical-coordinate representation of color #99277C: hue angle of 315.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99277C is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 124 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.4 |
| HSL | 315.26º | 0.59% | 0.38% | - |
| HSV(B) | 315.26º | 0.75% | 0.6% | - |
| XYZ | 17.5 | 9.68 | 20.01 | - |
| YUV | 82.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 124 | 0 | 0.75 | 0.19 | 0.4 | 315.26 | 0.59 | 0.38 |
| Hex | 99 | 27 | 7C | 0 | 4B | 13 | 28 | 13B | 3B | 26 |
| Octal | 231 | 47 | 174 | 0 | 113 | 23 | 50 | 473 | 73 | 46 |
| Binary | 10011001 | 100111 | 1111100 | 0 | 1001011 | 10011 | 101000 | 100111011 | 111011 | 100110 |
Color Harmonies of #99277C
Complementary color
Monochromatic Colors of #99277C
Black with #99277C
Text Example
Text Example
White with #99277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99277C; }
p { color: rgb(153,39,124); }
H1.HeaderClassName
{
color: #99277C;
}
.AnyTagClassName
{
color: #99277C;
}
</style>
background-color css
<style>
a { background-color: #99277C; }
a { background-color: rgb(153,39,124); }
div.DivClassName
{
background-color: #99277C;
}
.BgClassName
{
background-color: #99277C;
}
</style>
border-color css
<style>
span { border-color: #99277C; }
span { border-color: rgb(153,39,124); }
td.TdClassName
{
border-color: #99277C;
}
.TagClassName
{
border-color: #99277C;
}
</style>