Shades of Dark Purple #931881
Tints of Dark Purple #931881
RGB
CMYK
RGB Variations
Color information
#931881 (or 0x931881) is known color: Dark Purple. HEX triplet: 93, 18 and 81. RGB value is (147,24,129). Sum of RGB (Red+Green+Blue) = 147+24+129=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #931881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931881 is #6CE77E. Grayscale: #484848. Windows color (decimal): -7137151 or 8460435. OLE color: 8460435.
HSL color Cylindrical-coordinate representation of color #931881: hue angle of 308.78º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931881 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 24 | 129 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.42 |
| HSL | 308.78º | 0.72% | 0.34% | - |
| HSV(B) | 308.78º | 0.84% | 0.58% | - |
| XYZ | 16.32 | 8.44 | 21.54 | - |
| YUV | 72.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 129 | 0 | 0.84 | 0.12 | 0.42 | 308.78 | 0.72 | 0.34 |
| Hex | 93 | 18 | 81 | 0 | 54 | C | 2A | 135 | 48 | 22 |
| Octal | 223 | 30 | 201 | 0 | 124 | 14 | 52 | 465 | 110 | 42 |
| Binary | 10010011 | 11000 | 10000001 | 0 | 1010100 | 1100 | 101010 | 100110101 | 1001000 | 100010 |
Color Harmonies of #931881
Complementary color
Monochromatic Colors of #931881
Black with #931881
Text Example
Text Example
White with #931881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931881; }
p { color: rgb(147,24,129); }
H1.HeaderClassName
{
color: #931881;
}
.AnyTagClassName
{
color: #931881;
}
</style>
background-color css
<style>
a { background-color: #931881; }
a { background-color: rgb(147,24,129); }
div.DivClassName
{
background-color: #931881;
}
.BgClassName
{
background-color: #931881;
}
</style>
border-color css
<style>
span { border-color: #931881; }
span { border-color: rgb(147,24,129); }
td.TdClassName
{
border-color: #931881;
}
.TagClassName
{
border-color: #931881;
}
</style>