Shades of Dark Purple #993181
Tints of Dark Purple #993181
RGB
CMYK
RGB Variations
Color information
#993181 (or 0x993181) is known color: Dark Purple. HEX triplet: 99, 31 and 81. RGB value is (153,49,129). Sum of RGB (Red+Green+Blue) = 153+49+129=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #993181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993181 is #66CE7E. Grayscale: #595959. Windows color (decimal): -6737535 or 8466841. OLE color: 8466841.
HSL color Cylindrical-coordinate representation of color #993181: hue angle of 313.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993181 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 129 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.4 |
| HSL | 313.85º | 0.51% | 0.4% | - |
| HSV(B) | 313.85º | 0.68% | 0.6% | - |
| XYZ | 18.2 | 10.55 | 21.85 | - |
| YUV | 89.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 129 | 0 | 0.68 | 0.16 | 0.4 | 313.85 | 0.51 | 0.4 |
| Hex | 99 | 31 | 81 | 0 | 44 | 10 | 28 | 13A | 33 | 28 |
| Octal | 231 | 61 | 201 | 0 | 104 | 20 | 50 | 472 | 63 | 50 |
| Binary | 10011001 | 110001 | 10000001 | 0 | 1000100 | 10000 | 101000 | 100111010 | 110011 | 101000 |
Color Harmonies of #993181
Complementary color
Monochromatic Colors of #993181
Black with #993181
Text Example
Text Example
White with #993181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993181; }
p { color: rgb(153,49,129); }
H1.HeaderClassName
{
color: #993181;
}
.AnyTagClassName
{
color: #993181;
}
</style>
background-color css
<style>
a { background-color: #993181; }
a { background-color: rgb(153,49,129); }
div.DivClassName
{
background-color: #993181;
}
.BgClassName
{
background-color: #993181;
}
</style>
border-color css
<style>
span { border-color: #993181; }
span { border-color: rgb(153,49,129); }
td.TdClassName
{
border-color: #993181;
}
.TagClassName
{
border-color: #993181;
}
</style>