Shades of Dark Purple #933170
Tints of Dark Purple #933170
RGB
CMYK
RGB Variations
Color information
#933170 (or 0x933170) is known color: Dark Purple. HEX triplet: 93, 31 and 70. RGB value is (147,49,112). Sum of RGB (Red+Green+Blue) = 147+49+112=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #933170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933170 is #6CCE8F. Grayscale: #555555. Windows color (decimal): -7130768 or 7352723. OLE color: 7352723.
HSL color Cylindrical-coordinate representation of color #933170: hue angle of 321.43º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933170 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 112 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.42 |
| HSL | 321.43º | 0.5% | 0.38% | - |
| HSV(B) | 321.43º | 0.67% | 0.58% | - |
| XYZ | 16.06 | 9.57 | 16.33 | - |
| YUV | 85.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 112 | 0 | 0.67 | 0.24 | 0.42 | 321.43 | 0.5 | 0.38 |
| Hex | 93 | 31 | 70 | 0 | 43 | 18 | 2A | 141 | 32 | 26 |
| Octal | 223 | 61 | 160 | 0 | 103 | 30 | 52 | 501 | 62 | 46 |
| Binary | 10010011 | 110001 | 1110000 | 0 | 1000011 | 11000 | 101010 | 101000001 | 110010 | 100110 |
Color Harmonies of #933170
Complementary color
Monochromatic Colors of #933170
Black with #933170
Text Example
Text Example
White with #933170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933170; }
p { color: rgb(147,49,112); }
H1.HeaderClassName
{
color: #933170;
}
.AnyTagClassName
{
color: #933170;
}
</style>
background-color css
<style>
a { background-color: #933170; }
a { background-color: rgb(147,49,112); }
div.DivClassName
{
background-color: #933170;
}
.BgClassName
{
background-color: #933170;
}
</style>
border-color css
<style>
span { border-color: #933170; }
span { border-color: rgb(147,49,112); }
td.TdClassName
{
border-color: #933170;
}
.TagClassName
{
border-color: #933170;
}
</style>