Shades of Dark Purple #933085
Tints of Dark Purple #933085
RGB
CMYK
RGB Variations
Color information
#933085 (or 0x933085) is known color: Dark Purple. HEX triplet: 93, 30 and 85. RGB value is (147,48,133). Sum of RGB (Red+Green+Blue) = 147+48+133=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #933085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933085 is #6CCF7A. Grayscale: #575757. Windows color (decimal): -7131003 or 8728723. OLE color: 8728723.
HSL color Cylindrical-coordinate representation of color #933085: hue angle of 308.48º degrees, saturation: 0.51, 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 #933085 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 133 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.42 |
| HSL | 308.48º | 0.51% | 0.38% | - |
| HSV(B) | 308.48º | 0.67% | 0.58% | - |
| XYZ | 17.32 | 10.01 | 23.21 | - |
| YUV | 87.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 133 | 0 | 0.67 | 0.10 | 0.42 | 308.48 | 0.51 | 0.38 |
| Hex | 93 | 30 | 85 | 0 | 43 | A | 2A | 134 | 33 | 26 |
| Octal | 223 | 60 | 205 | 0 | 103 | 12 | 52 | 464 | 63 | 46 |
| Binary | 10010011 | 110000 | 10000101 | 0 | 1000011 | 1010 | 101010 | 100110100 | 110011 | 100110 |
Color Harmonies of #933085
Complementary color
Monochromatic Colors of #933085
Black with #933085
Text Example
Text Example
White with #933085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933085; }
p { color: rgb(147,48,133); }
H1.HeaderClassName
{
color: #933085;
}
.AnyTagClassName
{
color: #933085;
}
</style>
background-color css
<style>
a { background-color: #933085; }
a { background-color: rgb(147,48,133); }
div.DivClassName
{
background-color: #933085;
}
.BgClassName
{
background-color: #933085;
}
</style>
border-color css
<style>
span { border-color: #933085; }
span { border-color: rgb(147,48,133); }
td.TdClassName
{
border-color: #933085;
}
.TagClassName
{
border-color: #933085;
}
</style>