Shades of Dark Purple #992276
Tints of Dark Purple #992276
RGB
CMYK
RGB Variations
Color information
#992276 (or 0x992276) is known color: Dark Purple. HEX triplet: 99, 22 and 76. RGB value is (153,34,118). Sum of RGB (Red+Green+Blue) = 153+34+118=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992276 is #66DD89. Grayscale: #4E4E4E. Windows color (decimal): -6741386 or 7742105. OLE color: 7742105.
HSL color Cylindrical-coordinate representation of color #992276: hue angle of 317.65º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992276 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 118 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.4 |
| HSL | 317.65º | 0.64% | 0.37% | - |
| HSV(B) | 317.65º | 0.78% | 0.6% | - |
| XYZ | 16.98 | 9.22 | 18.03 | - |
| YUV | 79.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 118 | 0 | 0.78 | 0.23 | 0.4 | 317.65 | 0.64 | 0.37 |
| Hex | 99 | 22 | 76 | 0 | 4E | 17 | 28 | 13E | 40 | 25 |
| Octal | 231 | 42 | 166 | 0 | 116 | 27 | 50 | 476 | 100 | 45 |
| Binary | 10011001 | 100010 | 1110110 | 0 | 1001110 | 10111 | 101000 | 100111110 | 1000000 | 100101 |
Color Harmonies of #992276
Complementary color
Monochromatic Colors of #992276
Black with #992276
Text Example
Text Example
White with #992276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992276; }
p { color: rgb(153,34,118); }
H1.HeaderClassName
{
color: #992276;
}
.AnyTagClassName
{
color: #992276;
}
</style>
background-color css
<style>
a { background-color: #992276; }
a { background-color: rgb(153,34,118); }
div.DivClassName
{
background-color: #992276;
}
.BgClassName
{
background-color: #992276;
}
</style>
border-color css
<style>
span { border-color: #992276; }
span { border-color: rgb(153,34,118); }
td.TdClassName
{
border-color: #992276;
}
.TagClassName
{
border-color: #992276;
}
</style>