Shades of Dark Purple #992384
Tints of Dark Purple #992384
RGB
CMYK
RGB Variations
Color information
#992384 (or 0x992384) is known color: Dark Purple. HEX triplet: 99, 23 and 84. RGB value is (153,35,132). Sum of RGB (Red+Green+Blue) = 153+35+132=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #992384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992384 is #66DC7B. Grayscale: #515151. Windows color (decimal): -6741116 or 8659865. OLE color: 8659865.
HSL color Cylindrical-coordinate representation of color #992384: hue angle of 310.68º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992384 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 132 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.4 |
| HSL | 310.68º | 0.63% | 0.37% | - |
| HSV(B) | 310.68º | 0.77% | 0.6% | - |
| XYZ | 17.9 | 9.64 | 22.75 | - |
| YUV | 81.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 132 | 0 | 0.77 | 0.14 | 0.4 | 310.68 | 0.63 | 0.37 |
| Hex | 99 | 23 | 84 | 0 | 4D | E | 28 | 137 | 3F | 25 |
| Octal | 231 | 43 | 204 | 0 | 115 | 16 | 50 | 467 | 77 | 45 |
| Binary | 10011001 | 100011 | 10000100 | 0 | 1001101 | 1110 | 101000 | 100110111 | 111111 | 100101 |
Color Harmonies of #992384
Complementary color
Monochromatic Colors of #992384
Black with #992384
Text Example
Text Example
White with #992384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992384; }
p { color: rgb(153,35,132); }
H1.HeaderClassName
{
color: #992384;
}
.AnyTagClassName
{
color: #992384;
}
</style>
background-color css
<style>
a { background-color: #992384; }
a { background-color: rgb(153,35,132); }
div.DivClassName
{
background-color: #992384;
}
.BgClassName
{
background-color: #992384;
}
</style>
border-color css
<style>
span { border-color: #992384; }
span { border-color: rgb(153,35,132); }
td.TdClassName
{
border-color: #992384;
}
.TagClassName
{
border-color: #992384;
}
</style>