Shades of Dark Purple #933486
Tints of Dark Purple #933486
RGB
CMYK
RGB Variations
Color information
#933486 (or 0x933486) is known color: Dark Purple. HEX triplet: 93, 34 and 86. RGB value is (147,52,134). Sum of RGB (Red+Green+Blue) = 147+52+134=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #933486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933486 is #6CCB79. Grayscale: #595959. Windows color (decimal): -7129978 or 8795283. OLE color: 8795283.
HSL color Cylindrical-coordinate representation of color #933486: hue angle of 308.21º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933486 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 52 | 134 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.42 |
| HSL | 308.21º | 0.48% | 0.39% | - |
| HSV(B) | 308.21º | 0.65% | 0.58% | - |
| XYZ | 17.56 | 10.38 | 23.63 | - |
| YUV | 89.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 134 | 0 | 0.65 | 0.09 | 0.42 | 308.21 | 0.48 | 0.39 |
| Hex | 93 | 34 | 86 | 0 | 41 | 9 | 2A | 134 | 30 | 27 |
| Octal | 223 | 64 | 206 | 0 | 101 | 11 | 52 | 464 | 60 | 47 |
| Binary | 10010011 | 110100 | 10000110 | 0 | 1000001 | 1001 | 101010 | 100110100 | 110000 | 100111 |
Color Harmonies of #933486
Complementary color
Monochromatic Colors of #933486
Black with #933486
Text Example
Text Example
White with #933486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933486; }
p { color: rgb(147,52,134); }
H1.HeaderClassName
{
color: #933486;
}
.AnyTagClassName
{
color: #933486;
}
</style>
background-color css
<style>
a { background-color: #933486; }
a { background-color: rgb(147,52,134); }
div.DivClassName
{
background-color: #933486;
}
.BgClassName
{
background-color: #933486;
}
</style>
border-color css
<style>
span { border-color: #933486; }
span { border-color: rgb(147,52,134); }
td.TdClassName
{
border-color: #933486;
}
.TagClassName
{
border-color: #933486;
}
</style>