Shades of Dark Purple #932E8A
Tints of Dark Purple #932E8A
RGB
CMYK
RGB Variations
Color information
#932E8A (or 0x932E8A) is known color: Dark Purple. HEX triplet: 93, 2E and 8A. RGB value is (147,46,138). Sum of RGB (Red+Green+Blue) = 147+46+138=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #932E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932E8A is #6CD175. Grayscale: #565656. Windows color (decimal): -7131510 or 9055891. OLE color: 9055891.
HSL color Cylindrical-coordinate representation of color #932E8A: hue angle of 305.35º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E8A is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 46 | 138 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.42 |
| HSL | 305.35º | 0.52% | 0.38% | - |
| HSV(B) | 305.35º | 0.69% | 0.58% | - |
| XYZ | 17.6 | 9.99 | 25.05 | - |
| YUV | 86.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 138 | 0 | 0.69 | 0.06 | 0.42 | 305.35 | 0.52 | 0.38 |
| Hex | 93 | 2E | 8A | 0 | 45 | 6 | 2A | 131 | 34 | 26 |
| Octal | 223 | 56 | 212 | 0 | 105 | 6 | 52 | 461 | 64 | 46 |
| Binary | 10010011 | 101110 | 10001010 | 0 | 1000101 | 110 | 101010 | 100110001 | 110100 | 100110 |
Color Harmonies of #932E8A
Complementary color
Monochromatic Colors of #932E8A
Black with #932E8A
Text Example
Text Example
White with #932E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932E8A; }
p { color: rgb(147,46,138); }
H1.HeaderClassName
{
color: #932E8A;
}
.AnyTagClassName
{
color: #932E8A;
}
</style>
background-color css
<style>
a { background-color: #932E8A; }
a { background-color: rgb(147,46,138); }
div.DivClassName
{
background-color: #932E8A;
}
.BgClassName
{
background-color: #932E8A;
}
</style>
border-color css
<style>
span { border-color: #932E8A; }
span { border-color: rgb(147,46,138); }
td.TdClassName
{
border-color: #932E8A;
}
.TagClassName
{
border-color: #932E8A;
}
</style>