Shades of Dark Purple #933685
Tints of Dark Purple #933685
RGB
CMYK
RGB Variations
Color information
#933685 (or 0x933685) is known color: Dark Purple. HEX triplet: 93, 36 and 85. RGB value is (147,54,133). Sum of RGB (Red+Green+Blue) = 147+54+133=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #933685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933685 is #6CC97A. Grayscale: #5A5A5A. Windows color (decimal): -7129467 or 8730259. OLE color: 8730259.
HSL color Cylindrical-coordinate representation of color #933685: hue angle of 309.03º 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 #933685 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 54 | 133 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.42 |
| HSL | 309.03º | 0.46% | 0.39% | - |
| HSV(B) | 309.03º | 0.63% | 0.58% | - |
| XYZ | 17.59 | 10.53 | 23.3 | - |
| YUV | 90.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 133 | 0 | 0.63 | 0.10 | 0.42 | 309.03 | 0.46 | 0.39 |
| Hex | 93 | 36 | 85 | 0 | 3F | A | 2A | 135 | 2E | 27 |
| Octal | 223 | 66 | 205 | 0 | 77 | 12 | 52 | 465 | 56 | 47 |
| Binary | 10010011 | 110110 | 10000101 | 0 | 111111 | 1010 | 101010 | 100110101 | 101110 | 100111 |
Color Harmonies of #933685
Complementary color
Monochromatic Colors of #933685
Black with #933685
Text Example
Text Example
White with #933685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933685; }
p { color: rgb(147,54,133); }
H1.HeaderClassName
{
color: #933685;
}
.AnyTagClassName
{
color: #933685;
}
</style>
background-color css
<style>
a { background-color: #933685; }
a { background-color: rgb(147,54,133); }
div.DivClassName
{
background-color: #933685;
}
.BgClassName
{
background-color: #933685;
}
</style>
border-color css
<style>
span { border-color: #933685; }
span { border-color: rgb(147,54,133); }
td.TdClassName
{
border-color: #933685;
}
.TagClassName
{
border-color: #933685;
}
</style>