Shades of Dark Purple #933787
Tints of Dark Purple #933787
RGB
CMYK
RGB Variations
Color information
#933787 (or 0x933787) is known color: Dark Purple. HEX triplet: 93, 37 and 87. RGB value is (147,55,135). Sum of RGB (Red+Green+Blue) = 147+55+135=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #933787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933787 is #6CC878. Grayscale: #5B5B5B. Windows color (decimal): -7129209 or 8861587. OLE color: 8861587.
HSL color Cylindrical-coordinate representation of color #933787: hue angle of 307.83º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #933787 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 55 | 135 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.42 |
| HSL | 307.83º | 0.46% | 0.4% | - |
| HSV(B) | 307.83º | 0.63% | 0.58% | - |
| XYZ | 17.77 | 10.68 | 24.05 | - |
| YUV | 91.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 135 | 0 | 0.63 | 0.08 | 0.42 | 307.83 | 0.46 | 0.4 |
| Hex | 93 | 37 | 87 | 0 | 3F | 8 | 2A | 134 | 2E | 28 |
| Octal | 223 | 67 | 207 | 0 | 77 | 10 | 52 | 464 | 56 | 50 |
| Binary | 10010011 | 110111 | 10000111 | 0 | 111111 | 1000 | 101010 | 100110100 | 101110 | 101000 |
Color Harmonies of #933787
Complementary color
Monochromatic Colors of #933787
Black with #933787
Text Example
Text Example
White with #933787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933787; }
p { color: rgb(147,55,135); }
H1.HeaderClassName
{
color: #933787;
}
.AnyTagClassName
{
color: #933787;
}
</style>
background-color css
<style>
a { background-color: #933787; }
a { background-color: rgb(147,55,135); }
div.DivClassName
{
background-color: #933787;
}
.BgClassName
{
background-color: #933787;
}
</style>
border-color css
<style>
span { border-color: #933787; }
span { border-color: rgb(147,55,135); }
td.TdClassName
{
border-color: #933787;
}
.TagClassName
{
border-color: #933787;
}
</style>