Shades of Dark Purple #932281
Tints of Dark Purple #932281
RGB
CMYK
RGB Variations
Color information
#932281 (or 0x932281) is known color: Dark Purple. HEX triplet: 93, 22 and 81. RGB value is (147,34,129). Sum of RGB (Red+Green+Blue) = 147+34+129=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #932281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932281 is #6CDD7E. Grayscale: #4E4E4E. Windows color (decimal): -7134591 or 8462995. OLE color: 8462995.
HSL color Cylindrical-coordinate representation of color #932281: hue angle of 309.56º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932281 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 129 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.42 |
| HSL | 309.56º | 0.62% | 0.35% | - |
| HSV(B) | 309.56º | 0.77% | 0.58% | - |
| XYZ | 16.57 | 8.93 | 21.62 | - |
| YUV | 78.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 129 | 0 | 0.77 | 0.12 | 0.42 | 309.56 | 0.62 | 0.35 |
| Hex | 93 | 22 | 81 | 0 | 4D | C | 2A | 136 | 3E | 23 |
| Octal | 223 | 42 | 201 | 0 | 115 | 14 | 52 | 466 | 76 | 43 |
| Binary | 10010011 | 100010 | 10000001 | 0 | 1001101 | 1100 | 101010 | 100110110 | 111110 | 100011 |
Color Harmonies of #932281
Complementary color
Monochromatic Colors of #932281
Black with #932281
Text Example
Text Example
White with #932281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932281; }
p { color: rgb(147,34,129); }
H1.HeaderClassName
{
color: #932281;
}
.AnyTagClassName
{
color: #932281;
}
</style>
background-color css
<style>
a { background-color: #932281; }
a { background-color: rgb(147,34,129); }
div.DivClassName
{
background-color: #932281;
}
.BgClassName
{
background-color: #932281;
}
</style>
border-color css
<style>
span { border-color: #932281; }
span { border-color: rgb(147,34,129); }
td.TdClassName
{
border-color: #932281;
}
.TagClassName
{
border-color: #932281;
}
</style>