Shades of Dark Purple #933885
Tints of Dark Purple #933885
RGB
CMYK
RGB Variations
Color information
#933885 (or 0x933885) is known color: Dark Purple. HEX triplet: 93, 38 and 85. RGB value is (147,56,133). Sum of RGB (Red+Green+Blue) = 147+56+133=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #933885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933885 is #6CC77A. Grayscale: #5B5B5B. Windows color (decimal): -7128955 or 8730771. OLE color: 8730771.
HSL color Cylindrical-coordinate representation of color #933885: hue angle of 309.23º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #933885 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 56 | 133 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.42 |
| HSL | 309.23º | 0.45% | 0.4% | - |
| HSV(B) | 309.23º | 0.62% | 0.58% | - |
| XYZ | 17.68 | 10.72 | 23.33 | - |
| YUV | 91.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 133 | 0 | 0.62 | 0.10 | 0.42 | 309.23 | 0.45 | 0.4 |
| Hex | 93 | 38 | 85 | 0 | 3E | A | 2A | 135 | 2D | 28 |
| Octal | 223 | 70 | 205 | 0 | 76 | 12 | 52 | 465 | 55 | 50 |
| Binary | 10010011 | 111000 | 10000101 | 0 | 111110 | 1010 | 101010 | 100110101 | 101101 | 101000 |
Color Harmonies of #933885
Complementary color
Monochromatic Colors of #933885
Black with #933885
Text Example
Text Example
White with #933885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933885; }
p { color: rgb(147,56,133); }
H1.HeaderClassName
{
color: #933885;
}
.AnyTagClassName
{
color: #933885;
}
</style>
background-color css
<style>
a { background-color: #933885; }
a { background-color: rgb(147,56,133); }
div.DivClassName
{
background-color: #933885;
}
.BgClassName
{
background-color: #933885;
}
</style>
border-color css
<style>
span { border-color: #933885; }
span { border-color: rgb(147,56,133); }
td.TdClassName
{
border-color: #933885;
}
.TagClassName
{
border-color: #933885;
}
</style>