Shades of Dark Purple #932485
Tints of Dark Purple #932485
RGB
CMYK
RGB Variations
Color information
#932485 (or 0x932485) is known color: Dark Purple. HEX triplet: 93, 24 and 85. RGB value is (147,36,133). Sum of RGB (Red+Green+Blue) = 147+36+133=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #932485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932485 is #6CDB7A. Grayscale: #4F4F4F. Windows color (decimal): -7134075 or 8725651. OLE color: 8725651.
HSL color Cylindrical-coordinate representation of color #932485: hue angle of 307.57º 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 #932485 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 133 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.42 |
| HSL | 307.57º | 0.61% | 0.36% | - |
| HSV(B) | 307.57º | 0.76% | 0.58% | - |
| XYZ | 16.9 | 9.16 | 23.07 | - |
| YUV | 80.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 133 | 0 | 0.76 | 0.10 | 0.42 | 307.57 | 0.61 | 0.36 |
| Hex | 93 | 24 | 85 | 0 | 4C | A | 2A | 134 | 3D | 24 |
| Octal | 223 | 44 | 205 | 0 | 114 | 12 | 52 | 464 | 75 | 44 |
| Binary | 10010011 | 100100 | 10000101 | 0 | 1001100 | 1010 | 101010 | 100110100 | 111101 | 100100 |
Color Harmonies of #932485
Complementary color
Monochromatic Colors of #932485
Black with #932485
Text Example
Text Example
White with #932485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932485; }
p { color: rgb(147,36,133); }
H1.HeaderClassName
{
color: #932485;
}
.AnyTagClassName
{
color: #932485;
}
</style>
background-color css
<style>
a { background-color: #932485; }
a { background-color: rgb(147,36,133); }
div.DivClassName
{
background-color: #932485;
}
.BgClassName
{
background-color: #932485;
}
</style>
border-color css
<style>
span { border-color: #932485; }
span { border-color: rgb(147,36,133); }
td.TdClassName
{
border-color: #932485;
}
.TagClassName
{
border-color: #932485;
}
</style>