Shades of Dark Purple #993881
Tints of Dark Purple #993881
RGB
CMYK
RGB Variations
Color information
#993881 (or 0x993881) is known color: Dark Purple. HEX triplet: 99, 38 and 81. RGB value is (153,56,129). Sum of RGB (Red+Green+Blue) = 153+56+129=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #993881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993881 is #66C77E. Grayscale: #5D5D5D. Windows color (decimal): -6735743 or 8468633. OLE color: 8468633.
HSL color Cylindrical-coordinate representation of color #993881: hue angle of 314.85º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993881 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 129 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.4 |
| HSL | 314.85º | 0.46% | 0.41% | - |
| HSV(B) | 314.85º | 0.63% | 0.6% | - |
| XYZ | 18.51 | 11.19 | 21.95 | - |
| YUV | 93.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 129 | 0 | 0.63 | 0.16 | 0.4 | 314.85 | 0.46 | 0.41 |
| Hex | 99 | 38 | 81 | 0 | 3F | 10 | 28 | 13B | 2E | 29 |
| Octal | 231 | 70 | 201 | 0 | 77 | 20 | 50 | 473 | 56 | 51 |
| Binary | 10011001 | 111000 | 10000001 | 0 | 111111 | 10000 | 101000 | 100111011 | 101110 | 101001 |
Color Harmonies of #993881
Complementary color
Monochromatic Colors of #993881
Black with #993881
Text Example
Text Example
White with #993881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993881; }
p { color: rgb(153,56,129); }
H1.HeaderClassName
{
color: #993881;
}
.AnyTagClassName
{
color: #993881;
}
</style>
background-color css
<style>
a { background-color: #993881; }
a { background-color: rgb(153,56,129); }
div.DivClassName
{
background-color: #993881;
}
.BgClassName
{
background-color: #993881;
}
</style>
border-color css
<style>
span { border-color: #993881; }
span { border-color: rgb(153,56,129); }
td.TdClassName
{
border-color: #993881;
}
.TagClassName
{
border-color: #993881;
}
</style>