Shades of Dark Purple #993488
Tints of Dark Purple #993488
RGB
CMYK
RGB Variations
Color information
#993488 (or 0x993488) is known color: Dark Purple. HEX triplet: 99, 34 and 88. RGB value is (153,52,136). Sum of RGB (Red+Green+Blue) = 153+52+136=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #993488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993488 is #66CB77. Grayscale: #5B5B5B. Windows color (decimal): -6736760 or 8926361. OLE color: 8926361.
HSL color Cylindrical-coordinate representation of color #993488: hue angle of 310.1º 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 #993488 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 136 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.4 |
| HSL | 310.1º | 0.49% | 0.4% | - |
| HSV(B) | 310.1º | 0.66% | 0.6% | - |
| XYZ | 18.81 | 11.01 | 24.43 | - |
| YUV | 91.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 136 | 0 | 0.66 | 0.11 | 0.4 | 310.1 | 0.49 | 0.4 |
| Hex | 99 | 34 | 88 | 0 | 42 | B | 28 | 136 | 31 | 28 |
| Octal | 231 | 64 | 210 | 0 | 102 | 13 | 50 | 466 | 61 | 50 |
| Binary | 10011001 | 110100 | 10001000 | 0 | 1000010 | 1011 | 101000 | 100110110 | 110001 | 101000 |
Color Harmonies of #993488
Complementary color
Monochromatic Colors of #993488
Black with #993488
Text Example
Text Example
White with #993488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993488; }
p { color: rgb(153,52,136); }
H1.HeaderClassName
{
color: #993488;
}
.AnyTagClassName
{
color: #993488;
}
</style>
background-color css
<style>
a { background-color: #993488; }
a { background-color: rgb(153,52,136); }
div.DivClassName
{
background-color: #993488;
}
.BgClassName
{
background-color: #993488;
}
</style>
border-color css
<style>
span { border-color: #993488; }
span { border-color: rgb(153,52,136); }
td.TdClassName
{
border-color: #993488;
}
.TagClassName
{
border-color: #993488;
}
</style>