Shades of Dark Purple #932282
Tints of Dark Purple #932282
RGB
CMYK
RGB Variations
Color information
#932282 (or 0x932282) is known color: Dark Purple. HEX triplet: 93, 22 and 82. RGB value is (147,34,130). Sum of RGB (Red+Green+Blue) = 147+34+130=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #932282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932282 is #6CDD7D. Grayscale: #4E4E4E. Windows color (decimal): -7134590 or 8528531. OLE color: 8528531.
HSL color Cylindrical-coordinate representation of color #932282: hue angle of 309.03º 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 #932282 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 130 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.42 |
| HSL | 309.03º | 0.62% | 0.35% | - |
| HSV(B) | 309.03º | 0.77% | 0.58% | - |
| XYZ | 16.63 | 8.96 | 21.97 | - |
| YUV | 78.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 130 | 0 | 0.77 | 0.12 | 0.42 | 309.03 | 0.62 | 0.35 |
| Hex | 93 | 22 | 82 | 0 | 4D | C | 2A | 135 | 3E | 23 |
| Octal | 223 | 42 | 202 | 0 | 115 | 14 | 52 | 465 | 76 | 43 |
| Binary | 10010011 | 100010 | 10000010 | 0 | 1001101 | 1100 | 101010 | 100110101 | 111110 | 100011 |
Color Harmonies of #932282
Complementary color
Monochromatic Colors of #932282
Black with #932282
Text Example
Text Example
White with #932282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932282; }
p { color: rgb(147,34,130); }
H1.HeaderClassName
{
color: #932282;
}
.AnyTagClassName
{
color: #932282;
}
</style>
background-color css
<style>
a { background-color: #932282; }
a { background-color: rgb(147,34,130); }
div.DivClassName
{
background-color: #932282;
}
.BgClassName
{
background-color: #932282;
}
</style>
border-color css
<style>
span { border-color: #932282; }
span { border-color: rgb(147,34,130); }
td.TdClassName
{
border-color: #932282;
}
.TagClassName
{
border-color: #932282;
}
</style>