Shades of Dark Purple #992393
Tints of Dark Purple #992393
RGB
CMYK
RGB Variations
Color information
#992393 (or 0x992393) is known color: Dark Purple. HEX triplet: 99, 23 and 93. RGB value is (153,35,147). Sum of RGB (Red+Green+Blue) = 153+35+147=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #992393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992393 is #66DC6C. Grayscale: #525252. Windows color (decimal): -6741101 or 9642905. OLE color: 9642905.
HSL color Cylindrical-coordinate representation of color #992393: hue angle of 303.05º 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 #992393 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 147 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.4 |
| HSL | 303.05º | 0.63% | 0.37% | - |
| HSV(B) | 303.05º | 0.77% | 0.6% | - |
| XYZ | 19 | 10.08 | 28.55 | - |
| YUV | 83.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 147 | 0 | 0.77 | 0.04 | 0.4 | 303.05 | 0.63 | 0.37 |
| Hex | 99 | 23 | 93 | 0 | 4D | 4 | 28 | 12F | 3F | 25 |
| Octal | 231 | 43 | 223 | 0 | 115 | 4 | 50 | 457 | 77 | 45 |
| Binary | 10011001 | 100011 | 10010011 | 0 | 1001101 | 100 | 101000 | 100101111 | 111111 | 100101 |
Color Harmonies of #992393
Complementary color
Monochromatic Colors of #992393
Black with #992393
Text Example
Text Example
White with #992393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992393; }
p { color: rgb(153,35,147); }
H1.HeaderClassName
{
color: #992393;
}
.AnyTagClassName
{
color: #992393;
}
</style>
background-color css
<style>
a { background-color: #992393; }
a { background-color: rgb(153,35,147); }
div.DivClassName
{
background-color: #992393;
}
.BgClassName
{
background-color: #992393;
}
</style>
border-color css
<style>
span { border-color: #992393; }
span { border-color: rgb(153,35,147); }
td.TdClassName
{
border-color: #992393;
}
.TagClassName
{
border-color: #992393;
}
</style>