Shades of Dark Purple #932585
Tints of Dark Purple #932585
RGB
CMYK
RGB Variations
Color information
#932585 (or 0x932585) is known color: Dark Purple. HEX triplet: 93, 25 and 85. RGB value is (147,37,133). Sum of RGB (Red+Green+Blue) = 147+37+133=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #932585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932585 is #6CDA7A. Grayscale: #505050. Windows color (decimal): -7133819 or 8725907. OLE color: 8725907.
HSL color Cylindrical-coordinate representation of color #932585: hue angle of 307.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932585 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 133 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.42 |
| HSL | 307.64º | 0.6% | 0.36% | - |
| HSV(B) | 307.64º | 0.75% | 0.58% | - |
| XYZ | 16.93 | 9.22 | 23.08 | - |
| YUV | 80.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 133 | 0 | 0.75 | 0.10 | 0.42 | 307.64 | 0.6 | 0.36 |
| Hex | 93 | 25 | 85 | 0 | 4B | A | 2A | 134 | 3C | 24 |
| Octal | 223 | 45 | 205 | 0 | 113 | 12 | 52 | 464 | 74 | 44 |
| Binary | 10010011 | 100101 | 10000101 | 0 | 1001011 | 1010 | 101010 | 100110100 | 111100 | 100100 |
Color Harmonies of #932585
Complementary color
Monochromatic Colors of #932585
Black with #932585
Text Example
Text Example
White with #932585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932585; }
p { color: rgb(147,37,133); }
H1.HeaderClassName
{
color: #932585;
}
.AnyTagClassName
{
color: #932585;
}
</style>
background-color css
<style>
a { background-color: #932585; }
a { background-color: rgb(147,37,133); }
div.DivClassName
{
background-color: #932585;
}
.BgClassName
{
background-color: #932585;
}
</style>
border-color css
<style>
span { border-color: #932585; }
span { border-color: rgb(147,37,133); }
td.TdClassName
{
border-color: #932585;
}
.TagClassName
{
border-color: #932585;
}
</style>