Shades of Dark Purple #933686
Tints of Dark Purple #933686
RGB
CMYK
RGB Variations
Color information
#933686 (or 0x933686) is known color: Dark Purple. HEX triplet: 93, 36 and 86. RGB value is (147,54,134). Sum of RGB (Red+Green+Blue) = 147+54+134=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #933686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933686 is #6CC979. Grayscale: #5A5A5A. Windows color (decimal): -7129466 or 8795795. OLE color: 8795795.
HSL color Cylindrical-coordinate representation of color #933686: hue angle of 308.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #933686 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 54 | 134 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.42 |
| HSL | 308.39º | 0.46% | 0.39% | - |
| HSV(B) | 308.39º | 0.63% | 0.58% | - |
| XYZ | 17.65 | 10.56 | 23.66 | - |
| YUV | 90.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 134 | 0 | 0.63 | 0.09 | 0.42 | 308.39 | 0.46 | 0.39 |
| Hex | 93 | 36 | 86 | 0 | 3F | 9 | 2A | 134 | 2E | 27 |
| Octal | 223 | 66 | 206 | 0 | 77 | 11 | 52 | 464 | 56 | 47 |
| Binary | 10010011 | 110110 | 10000110 | 0 | 111111 | 1001 | 101010 | 100110100 | 101110 | 100111 |
Color Harmonies of #933686
Complementary color
Monochromatic Colors of #933686
Black with #933686
Text Example
Text Example
White with #933686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933686; }
p { color: rgb(147,54,134); }
H1.HeaderClassName
{
color: #933686;
}
.AnyTagClassName
{
color: #933686;
}
</style>
background-color css
<style>
a { background-color: #933686; }
a { background-color: rgb(147,54,134); }
div.DivClassName
{
background-color: #933686;
}
.BgClassName
{
background-color: #933686;
}
</style>
border-color css
<style>
span { border-color: #933686; }
span { border-color: rgb(147,54,134); }
td.TdClassName
{
border-color: #933686;
}
.TagClassName
{
border-color: #933686;
}
</style>