Shades of Dark Purple #993473
Tints of Dark Purple #993473
RGB
CMYK
RGB Variations
Color information
#993473 (or 0x993473) is known color: Dark Purple. HEX triplet: 99, 34 and 73. RGB value is (153,52,115). Sum of RGB (Red+Green+Blue) = 153+52+115=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #993473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993473 is #66CB8C. Grayscale: #595959. Windows color (decimal): -6736781 or 7550105. OLE color: 7550105.
HSL color Cylindrical-coordinate representation of color #993473: hue angle of 322.57º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993473 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 115 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.4 |
| HSL | 322.57º | 0.49% | 0.4% | - |
| HSV(B) | 322.57º | 0.66% | 0.6% | - |
| XYZ | 17.46 | 10.47 | 17.32 | - |
| YUV | 89.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 115 | 0 | 0.66 | 0.25 | 0.4 | 322.57 | 0.49 | 0.4 |
| Hex | 99 | 34 | 73 | 0 | 42 | 19 | 28 | 143 | 31 | 28 |
| Octal | 231 | 64 | 163 | 0 | 102 | 31 | 50 | 503 | 61 | 50 |
| Binary | 10011001 | 110100 | 1110011 | 0 | 1000010 | 11001 | 101000 | 101000011 | 110001 | 101000 |
Color Harmonies of #993473
Complementary color
Monochromatic Colors of #993473
Black with #993473
Text Example
Text Example
White with #993473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993473; }
p { color: rgb(153,52,115); }
H1.HeaderClassName
{
color: #993473;
}
.AnyTagClassName
{
color: #993473;
}
</style>
background-color css
<style>
a { background-color: #993473; }
a { background-color: rgb(153,52,115); }
div.DivClassName
{
background-color: #993473;
}
.BgClassName
{
background-color: #993473;
}
</style>
border-color css
<style>
span { border-color: #993473; }
span { border-color: rgb(153,52,115); }
td.TdClassName
{
border-color: #993473;
}
.TagClassName
{
border-color: #993473;
}
</style>