Shades of Dark Purple #992284
Tints of Dark Purple #992284
RGB
CMYK
RGB Variations
Color information
#992284 (or 0x992284) is known color: Dark Purple. HEX triplet: 99, 22 and 84. RGB value is (153,34,132). Sum of RGB (Red+Green+Blue) = 153+34+132=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #992284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992284 is #66DD7B. Grayscale: #505050. Windows color (decimal): -6741372 or 8659609. OLE color: 8659609.
HSL color Cylindrical-coordinate representation of color #992284: hue angle of 310.59º 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 #992284 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 132 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.4 |
| HSL | 310.59º | 0.64% | 0.37% | - |
| HSV(B) | 310.59º | 0.78% | 0.6% | - |
| XYZ | 17.87 | 9.58 | 22.74 | - |
| YUV | 80.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 132 | 0 | 0.78 | 0.14 | 0.4 | 310.59 | 0.64 | 0.37 |
| Hex | 99 | 22 | 84 | 0 | 4E | E | 28 | 137 | 40 | 25 |
| Octal | 231 | 42 | 204 | 0 | 116 | 16 | 50 | 467 | 100 | 45 |
| Binary | 10011001 | 100010 | 10000100 | 0 | 1001110 | 1110 | 101000 | 100110111 | 1000000 | 100101 |
Color Harmonies of #992284
Complementary color
Monochromatic Colors of #992284
Black with #992284
Text Example
Text Example
White with #992284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992284; }
p { color: rgb(153,34,132); }
H1.HeaderClassName
{
color: #992284;
}
.AnyTagClassName
{
color: #992284;
}
</style>
background-color css
<style>
a { background-color: #992284; }
a { background-color: rgb(153,34,132); }
div.DivClassName
{
background-color: #992284;
}
.BgClassName
{
background-color: #992284;
}
</style>
border-color css
<style>
span { border-color: #992284; }
span { border-color: rgb(153,34,132); }
td.TdClassName
{
border-color: #992284;
}
.TagClassName
{
border-color: #992284;
}
</style>