Shades of Dark Purple #932D88
Tints of Dark Purple #932D88
RGB
CMYK
RGB Variations
Color information
#932D88 (or 0x932D88) is known color: Dark Purple. HEX triplet: 93, 2D and 88. RGB value is (147,45,136). Sum of RGB (Red+Green+Blue) = 147+45+136=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #932D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932D88 is #6CD277. Grayscale: #555555. Windows color (decimal): -7131768 or 8924563. OLE color: 8924563.
HSL color Cylindrical-coordinate representation of color #932D88: hue angle of 306.47º degrees, saturation: 0.53, 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 #932D88 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 136 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.42 |
| HSL | 306.47º | 0.53% | 0.38% | - |
| HSV(B) | 306.47º | 0.69% | 0.58% | - |
| XYZ | 17.41 | 9.86 | 24.28 | - |
| YUV | 85.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 136 | 0 | 0.69 | 0.07 | 0.42 | 306.47 | 0.53 | 0.38 |
| Hex | 93 | 2D | 88 | 0 | 45 | 7 | 2A | 132 | 35 | 26 |
| Octal | 223 | 55 | 210 | 0 | 105 | 7 | 52 | 462 | 65 | 46 |
| Binary | 10010011 | 101101 | 10001000 | 0 | 1000101 | 111 | 101010 | 100110010 | 110101 | 100110 |
Color Harmonies of #932D88
Complementary color
Monochromatic Colors of #932D88
Black with #932D88
Text Example
Text Example
White with #932D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D88; }
p { color: rgb(147,45,136); }
H1.HeaderClassName
{
color: #932D88;
}
.AnyTagClassName
{
color: #932D88;
}
</style>
background-color css
<style>
a { background-color: #932D88; }
a { background-color: rgb(147,45,136); }
div.DivClassName
{
background-color: #932D88;
}
.BgClassName
{
background-color: #932D88;
}
</style>
border-color css
<style>
span { border-color: #932D88; }
span { border-color: rgb(147,45,136); }
td.TdClassName
{
border-color: #932D88;
}
.TagClassName
{
border-color: #932D88;
}
</style>