Shades of Dark Purple #932583
Tints of Dark Purple #932583
RGB
CMYK
RGB Variations
Color information
#932583 (or 0x932583) is known color: Dark Purple. HEX triplet: 93, 25 and 83. RGB value is (147,37,131). Sum of RGB (Red+Green+Blue) = 147+37+131=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #932583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932583 is #6CDA7C. Grayscale: #505050. Windows color (decimal): -7133821 or 8594835. OLE color: 8594835.
HSL color Cylindrical-coordinate representation of color #932583: hue angle of 308.73º 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 #932583 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 131 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.42 |
| HSL | 308.73º | 0.6% | 0.36% | - |
| HSV(B) | 308.73º | 0.75% | 0.58% | - |
| XYZ | 16.79 | 9.16 | 22.36 | - |
| YUV | 80.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 131 | 0 | 0.75 | 0.11 | 0.42 | 308.73 | 0.6 | 0.36 |
| Hex | 93 | 25 | 83 | 0 | 4B | B | 2A | 135 | 3C | 24 |
| Octal | 223 | 45 | 203 | 0 | 113 | 13 | 52 | 465 | 74 | 44 |
| Binary | 10010011 | 100101 | 10000011 | 0 | 1001011 | 1011 | 101010 | 100110101 | 111100 | 100100 |
Color Harmonies of #932583
Complementary color
Monochromatic Colors of #932583
Black with #932583
Text Example
Text Example
White with #932583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932583; }
p { color: rgb(147,37,131); }
H1.HeaderClassName
{
color: #932583;
}
.AnyTagClassName
{
color: #932583;
}
</style>
background-color css
<style>
a { background-color: #932583; }
a { background-color: rgb(147,37,131); }
div.DivClassName
{
background-color: #932583;
}
.BgClassName
{
background-color: #932583;
}
</style>
border-color css
<style>
span { border-color: #932583; }
span { border-color: rgb(147,37,131); }
td.TdClassName
{
border-color: #932583;
}
.TagClassName
{
border-color: #932583;
}
</style>