Shades of Dark Purple #992874
Tints of Dark Purple #992874
RGB
CMYK
RGB Variations
Color information
#992874 (or 0x992874) is known color: Dark Purple. HEX triplet: 99, 28 and 74. RGB value is (153,40,116). Sum of RGB (Red+Green+Blue) = 153+40+116=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #992874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992874 is #66D78B. Grayscale: #525252. Windows color (decimal): -6739852 or 7612569. OLE color: 7612569.
HSL color Cylindrical-coordinate representation of color #992874: hue angle of 319.65º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992874 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 116 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.4 |
| HSL | 319.65º | 0.59% | 0.38% | - |
| HSV(B) | 319.65º | 0.74% | 0.6% | - |
| XYZ | 17.05 | 9.55 | 17.47 | - |
| YUV | 82.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 116 | 0 | 0.74 | 0.24 | 0.4 | 319.65 | 0.59 | 0.38 |
| Hex | 99 | 28 | 74 | 0 | 4A | 18 | 28 | 140 | 3B | 26 |
| Octal | 231 | 50 | 164 | 0 | 112 | 30 | 50 | 500 | 73 | 46 |
| Binary | 10011001 | 101000 | 1110100 | 0 | 1001010 | 11000 | 101000 | 101000000 | 111011 | 100110 |
Color Harmonies of #992874
Complementary color
Monochromatic Colors of #992874
Black with #992874
Text Example
Text Example
White with #992874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992874; }
p { color: rgb(153,40,116); }
H1.HeaderClassName
{
color: #992874;
}
.AnyTagClassName
{
color: #992874;
}
</style>
background-color css
<style>
a { background-color: #992874; }
a { background-color: rgb(153,40,116); }
div.DivClassName
{
background-color: #992874;
}
.BgClassName
{
background-color: #992874;
}
</style>
border-color css
<style>
span { border-color: #992874; }
span { border-color: rgb(153,40,116); }
td.TdClassName
{
border-color: #992874;
}
.TagClassName
{
border-color: #992874;
}
</style>