Shades of Dark Purple #933985
Tints of Dark Purple #933985
RGB
CMYK
RGB Variations
Color information
#933985 (or 0x933985) is known color: Dark Purple. HEX triplet: 93, 39 and 85. RGB value is (147,57,133). Sum of RGB (Red+Green+Blue) = 147+57+133=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #933985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933985 is #6CC67A. Grayscale: #5C5C5C. Windows color (decimal): -7128699 or 8731027. OLE color: 8731027.
HSL color Cylindrical-coordinate representation of color #933985: hue angle of 309.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #933985 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 57 | 133 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.42 |
| HSL | 309.33º | 0.44% | 0.4% | - |
| HSV(B) | 309.33º | 0.61% | 0.58% | - |
| XYZ | 17.73 | 10.82 | 23.34 | - |
| YUV | 92.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 133 | 0 | 0.61 | 0.10 | 0.42 | 309.33 | 0.44 | 0.4 |
| Hex | 93 | 39 | 85 | 0 | 3D | A | 2A | 135 | 2C | 28 |
| Octal | 223 | 71 | 205 | 0 | 75 | 12 | 52 | 465 | 54 | 50 |
| Binary | 10010011 | 111001 | 10000101 | 0 | 111101 | 1010 | 101010 | 100110101 | 101100 | 101000 |
Color Harmonies of #933985
Complementary color
Monochromatic Colors of #933985
Black with #933985
Text Example
Text Example
White with #933985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933985; }
p { color: rgb(147,57,133); }
H1.HeaderClassName
{
color: #933985;
}
.AnyTagClassName
{
color: #933985;
}
</style>
background-color css
<style>
a { background-color: #933985; }
a { background-color: rgb(147,57,133); }
div.DivClassName
{
background-color: #933985;
}
.BgClassName
{
background-color: #933985;
}
</style>
border-color css
<style>
span { border-color: #933985; }
span { border-color: rgb(147,57,133); }
td.TdClassName
{
border-color: #933985;
}
.TagClassName
{
border-color: #933985;
}
</style>