Shades of Dark Purple #933185
Tints of Dark Purple #933185
RGB
CMYK
RGB Variations
Color information
#933185 (or 0x933185) is known color: Dark Purple. HEX triplet: 93, 31 and 85. RGB value is (147,49,133). Sum of RGB (Red+Green+Blue) = 147+49+133=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #933185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933185 is #6CCE7A. Grayscale: #575757. Windows color (decimal): -7130747 or 8728979. OLE color: 8728979.
HSL color Cylindrical-coordinate representation of color #933185: hue angle of 308.57º 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 #933185 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 133 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.42 |
| HSL | 308.57º | 0.5% | 0.38% | - |
| HSV(B) | 308.57º | 0.67% | 0.58% | - |
| XYZ | 17.36 | 10.09 | 23.22 | - |
| YUV | 87.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 133 | 0 | 0.67 | 0.10 | 0.42 | 308.57 | 0.5 | 0.38 |
| Hex | 93 | 31 | 85 | 0 | 43 | A | 2A | 135 | 32 | 26 |
| Octal | 223 | 61 | 205 | 0 | 103 | 12 | 52 | 465 | 62 | 46 |
| Binary | 10010011 | 110001 | 10000101 | 0 | 1000011 | 1010 | 101010 | 100110101 | 110010 | 100110 |
Color Harmonies of #933185
Complementary color
Monochromatic Colors of #933185
Black with #933185
Text Example
Text Example
White with #933185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933185; }
p { color: rgb(147,49,133); }
H1.HeaderClassName
{
color: #933185;
}
.AnyTagClassName
{
color: #933185;
}
</style>
background-color css
<style>
a { background-color: #933185; }
a { background-color: rgb(147,49,133); }
div.DivClassName
{
background-color: #933185;
}
.BgClassName
{
background-color: #933185;
}
</style>
border-color css
<style>
span { border-color: #933185; }
span { border-color: rgb(147,49,133); }
td.TdClassName
{
border-color: #933185;
}
.TagClassName
{
border-color: #933185;
}
</style>