Shades of Dark Purple #932484
Tints of Dark Purple #932484
RGB
CMYK
RGB Variations
Color information
#932484 (or 0x932484) is known color: Dark Purple. HEX triplet: 93, 24 and 84. RGB value is (147,36,132). Sum of RGB (Red+Green+Blue) = 147+36+132=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #932484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932484 is #6CDB7B. Grayscale: #4F4F4F. Windows color (decimal): -7134076 or 8660115. OLE color: 8660115.
HSL color Cylindrical-coordinate representation of color #932484: hue angle of 308.11º 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 #932484 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 132 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.42 |
| HSL | 308.11º | 0.61% | 0.36% | - |
| HSV(B) | 308.11º | 0.76% | 0.58% | - |
| XYZ | 16.83 | 9.13 | 22.71 | - |
| YUV | 80.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 132 | 0 | 0.76 | 0.10 | 0.42 | 308.11 | 0.61 | 0.36 |
| Hex | 93 | 24 | 84 | 0 | 4C | A | 2A | 134 | 3D | 24 |
| Octal | 223 | 44 | 204 | 0 | 114 | 12 | 52 | 464 | 75 | 44 |
| Binary | 10010011 | 100100 | 10000100 | 0 | 1001100 | 1010 | 101010 | 100110100 | 111101 | 100100 |
Color Harmonies of #932484
Complementary color
Monochromatic Colors of #932484
Black with #932484
Text Example
Text Example
White with #932484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932484; }
p { color: rgb(147,36,132); }
H1.HeaderClassName
{
color: #932484;
}
.AnyTagClassName
{
color: #932484;
}
</style>
background-color css
<style>
a { background-color: #932484; }
a { background-color: rgb(147,36,132); }
div.DivClassName
{
background-color: #932484;
}
.BgClassName
{
background-color: #932484;
}
</style>
border-color css
<style>
span { border-color: #932484; }
span { border-color: rgb(147,36,132); }
td.TdClassName
{
border-color: #932484;
}
.TagClassName
{
border-color: #932484;
}
</style>