Shades of Dark Purple #992294
Tints of Dark Purple #992294
RGB
CMYK
RGB Variations
Color information
#992294 (or 0x992294) is known color: Dark Purple. HEX triplet: 99, 22 and 94. RGB value is (153,34,148). Sum of RGB (Red+Green+Blue) = 153+34+148=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #992294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992294 is #66DD6B. Grayscale: #525252. Windows color (decimal): -6741356 or 9708185. OLE color: 9708185.
HSL color Cylindrical-coordinate representation of color #992294: hue angle of 302.52º 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 #992294 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 148 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.4 |
| HSL | 302.52º | 0.64% | 0.37% | - |
| HSV(B) | 302.52º | 0.78% | 0.6% | - |
| XYZ | 19.05 | 10.05 | 28.95 | - |
| YUV | 82.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 148 | 0 | 0.78 | 0.03 | 0.4 | 302.52 | 0.64 | 0.37 |
| Hex | 99 | 22 | 94 | 0 | 4E | 3 | 28 | 12F | 40 | 25 |
| Octal | 231 | 42 | 224 | 0 | 116 | 3 | 50 | 457 | 100 | 45 |
| Binary | 10011001 | 100010 | 10010100 | 0 | 1001110 | 11 | 101000 | 100101111 | 1000000 | 100101 |
Color Harmonies of #992294
Complementary color
Monochromatic Colors of #992294
Black with #992294
Text Example
Text Example
White with #992294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992294; }
p { color: rgb(153,34,148); }
H1.HeaderClassName
{
color: #992294;
}
.AnyTagClassName
{
color: #992294;
}
</style>
background-color css
<style>
a { background-color: #992294; }
a { background-color: rgb(153,34,148); }
div.DivClassName
{
background-color: #992294;
}
.BgClassName
{
background-color: #992294;
}
</style>
border-color css
<style>
span { border-color: #992294; }
span { border-color: rgb(153,34,148); }
td.TdClassName
{
border-color: #992294;
}
.TagClassName
{
border-color: #992294;
}
</style>