Shades of Dark Purple #993477
Tints of Dark Purple #993477
RGB
CMYK
RGB Variations
Color information
#993477 (or 0x993477) is known color: Dark Purple. HEX triplet: 99, 34 and 77. RGB value is (153,52,119). Sum of RGB (Red+Green+Blue) = 153+52+119=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #993477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993477 is #66CB88. Grayscale: #595959. Windows color (decimal): -6736777 or 7812249. OLE color: 7812249.
HSL color Cylindrical-coordinate representation of color #993477: hue angle of 320.2º 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 #993477 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 119 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.4 |
| HSL | 320.2º | 0.49% | 0.4% | - |
| HSV(B) | 320.2º | 0.66% | 0.6% | - |
| XYZ | 17.69 | 10.56 | 18.56 | - |
| YUV | 89.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 119 | 0 | 0.66 | 0.22 | 0.4 | 320.2 | 0.49 | 0.4 |
| Hex | 99 | 34 | 77 | 0 | 42 | 16 | 28 | 140 | 31 | 28 |
| Octal | 231 | 64 | 167 | 0 | 102 | 26 | 50 | 500 | 61 | 50 |
| Binary | 10011001 | 110100 | 1110111 | 0 | 1000010 | 10110 | 101000 | 101000000 | 110001 | 101000 |
Color Harmonies of #993477
Complementary color
Monochromatic Colors of #993477
Black with #993477
Text Example
Text Example
White with #993477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993477; }
p { color: rgb(153,52,119); }
H1.HeaderClassName
{
color: #993477;
}
.AnyTagClassName
{
color: #993477;
}
</style>
background-color css
<style>
a { background-color: #993477; }
a { background-color: rgb(153,52,119); }
div.DivClassName
{
background-color: #993477;
}
.BgClassName
{
background-color: #993477;
}
</style>
border-color css
<style>
span { border-color: #993477; }
span { border-color: rgb(153,52,119); }
td.TdClassName
{
border-color: #993477;
}
.TagClassName
{
border-color: #993477;
}
</style>