Shades of Dark Purple #932881
Tints of Dark Purple #932881
RGB
CMYK
RGB Variations
Color information
#932881 (or 0x932881) is known color: Dark Purple. HEX triplet: 93, 28 and 81. RGB value is (147,40,129). Sum of RGB (Red+Green+Blue) = 147+40+129=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #932881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932881 is #6CD77E. Grayscale: #515151. Windows color (decimal): -7133055 or 8464531. OLE color: 8464531.
HSL color Cylindrical-coordinate representation of color #932881: hue angle of 310.09º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932881 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 129 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.42 |
| HSL | 310.09º | 0.57% | 0.37% | - |
| HSV(B) | 310.09º | 0.73% | 0.58% | - |
| XYZ | 16.75 | 9.31 | 21.68 | - |
| YUV | 82.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 129 | 0 | 0.73 | 0.12 | 0.42 | 310.09 | 0.57 | 0.37 |
| Hex | 93 | 28 | 81 | 0 | 49 | C | 2A | 136 | 39 | 25 |
| Octal | 223 | 50 | 201 | 0 | 111 | 14 | 52 | 466 | 71 | 45 |
| Binary | 10010011 | 101000 | 10000001 | 0 | 1001001 | 1100 | 101010 | 100110110 | 111001 | 100101 |
Color Harmonies of #932881
Complementary color
Monochromatic Colors of #932881
Black with #932881
Text Example
Text Example
White with #932881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932881; }
p { color: rgb(147,40,129); }
H1.HeaderClassName
{
color: #932881;
}
.AnyTagClassName
{
color: #932881;
}
</style>
background-color css
<style>
a { background-color: #932881; }
a { background-color: rgb(147,40,129); }
div.DivClassName
{
background-color: #932881;
}
.BgClassName
{
background-color: #932881;
}
</style>
border-color css
<style>
span { border-color: #932881; }
span { border-color: rgb(147,40,129); }
td.TdClassName
{
border-color: #932881;
}
.TagClassName
{
border-color: #932881;
}
</style>