Shades of Dark Purple #932885
Tints of Dark Purple #932885
RGB
CMYK
RGB Variations
Color information
#932885 (or 0x932885) is known color: Dark Purple. HEX triplet: 93, 28 and 85. RGB value is (147,40,133). Sum of RGB (Red+Green+Blue) = 147+40+133=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #932885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932885 is #6CD77A. Grayscale: #525252. Windows color (decimal): -7133051 or 8726675. OLE color: 8726675.
HSL color Cylindrical-coordinate representation of color #932885: hue angle of 307.85º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932885 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 133 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.42 |
| HSL | 307.85º | 0.57% | 0.37% | - |
| HSV(B) | 307.85º | 0.73% | 0.58% | - |
| XYZ | 17.03 | 9.41 | 23.11 | - |
| YUV | 82.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 133 | 0 | 0.73 | 0.10 | 0.42 | 307.85 | 0.57 | 0.37 |
| Hex | 93 | 28 | 85 | 0 | 49 | A | 2A | 134 | 39 | 25 |
| Octal | 223 | 50 | 205 | 0 | 111 | 12 | 52 | 464 | 71 | 45 |
| Binary | 10010011 | 101000 | 10000101 | 0 | 1001001 | 1010 | 101010 | 100110100 | 111001 | 100101 |
Color Harmonies of #932885
Complementary color
Monochromatic Colors of #932885
Black with #932885
Text Example
Text Example
White with #932885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932885; }
p { color: rgb(147,40,133); }
H1.HeaderClassName
{
color: #932885;
}
.AnyTagClassName
{
color: #932885;
}
</style>
background-color css
<style>
a { background-color: #932885; }
a { background-color: rgb(147,40,133); }
div.DivClassName
{
background-color: #932885;
}
.BgClassName
{
background-color: #932885;
}
</style>
border-color css
<style>
span { border-color: #932885; }
span { border-color: rgb(147,40,133); }
td.TdClassName
{
border-color: #932885;
}
.TagClassName
{
border-color: #932885;
}
</style>