Shades of Dark Purple #932482
Tints of Dark Purple #932482
RGB
CMYK
RGB Variations
Color information
#932482 (or 0x932482) is known color: Dark Purple. HEX triplet: 93, 24 and 82. RGB value is (147,36,130). Sum of RGB (Red+Green+Blue) = 147+36+130=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #932482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932482 is #6CDB7D. Grayscale: #4F4F4F. Windows color (decimal): -7134078 or 8529043. OLE color: 8529043.
HSL color Cylindrical-coordinate representation of color #932482: hue angle of 309.19º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932482 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 130 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.42 |
| HSL | 309.19º | 0.61% | 0.36% | - |
| HSV(B) | 309.19º | 0.76% | 0.58% | - |
| XYZ | 16.69 | 9.08 | 21.99 | - |
| YUV | 79.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 130 | 0 | 0.76 | 0.12 | 0.42 | 309.19 | 0.61 | 0.36 |
| Hex | 93 | 24 | 82 | 0 | 4C | C | 2A | 135 | 3D | 24 |
| Octal | 223 | 44 | 202 | 0 | 114 | 14 | 52 | 465 | 75 | 44 |
| Binary | 10010011 | 100100 | 10000010 | 0 | 1001100 | 1100 | 101010 | 100110101 | 111101 | 100100 |
Color Harmonies of #932482
Complementary color
Monochromatic Colors of #932482
Black with #932482
Text Example
Text Example
White with #932482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932482; }
p { color: rgb(147,36,130); }
H1.HeaderClassName
{
color: #932482;
}
.AnyTagClassName
{
color: #932482;
}
</style>
background-color css
<style>
a { background-color: #932482; }
a { background-color: rgb(147,36,130); }
div.DivClassName
{
background-color: #932482;
}
.BgClassName
{
background-color: #932482;
}
</style>
border-color css
<style>
span { border-color: #932482; }
span { border-color: rgb(147,36,130); }
td.TdClassName
{
border-color: #932482;
}
.TagClassName
{
border-color: #932482;
}
</style>