Shades of Dark Purple #933978
Tints of Dark Purple #933978
RGB
CMYK
RGB Variations
Color information
#933978 (or 0x933978) is known color: Dark Purple. HEX triplet: 93, 39 and 78. RGB value is (147,57,120). Sum of RGB (Red+Green+Blue) = 147+57+120=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #933978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933978 is #6CC687. Grayscale: #5A5A5A. Windows color (decimal): -7128712 or 7879059. OLE color: 7879059.
HSL color Cylindrical-coordinate representation of color #933978: hue angle of 318º 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 #933978 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 57 | 120 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.42 |
| HSL | 318º | 0.44% | 0.4% | - |
| HSV(B) | 318º | 0.61% | 0.58% | - |
| XYZ | 16.89 | 10.49 | 18.9 | - |
| YUV | 91.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 120 | 0 | 0.61 | 0.18 | 0.42 | 318 | 0.44 | 0.4 |
| Hex | 93 | 39 | 78 | 0 | 3D | 12 | 2A | 13E | 2C | 28 |
| Octal | 223 | 71 | 170 | 0 | 75 | 22 | 52 | 476 | 54 | 50 |
| Binary | 10010011 | 111001 | 1111000 | 0 | 111101 | 10010 | 101010 | 100111110 | 101100 | 101000 |
Color Harmonies of #933978
Complementary color
Monochromatic Colors of #933978
Black with #933978
Text Example
Text Example
White with #933978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933978; }
p { color: rgb(147,57,120); }
H1.HeaderClassName
{
color: #933978;
}
.AnyTagClassName
{
color: #933978;
}
</style>
background-color css
<style>
a { background-color: #933978; }
a { background-color: rgb(147,57,120); }
div.DivClassName
{
background-color: #933978;
}
.BgClassName
{
background-color: #933978;
}
</style>
border-color css
<style>
span { border-color: #933978; }
span { border-color: rgb(147,57,120); }
td.TdClassName
{
border-color: #933978;
}
.TagClassName
{
border-color: #933978;
}
</style>