Shades of Dark Purple #933B7A
Tints of Dark Purple #933B7A
RGB
CMYK
RGB Variations
Color information
#933B7A (or 0x933B7A) is known color: Dark Purple. HEX triplet: 93, 3B and 7A. RGB value is (147,59,122). Sum of RGB (Red+Green+Blue) = 147+59+122=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #933B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933B7A is #6CC485. Grayscale: #5C5C5C. Windows color (decimal): -7128198 or 8010643. OLE color: 8010643.
HSL color Cylindrical-coordinate representation of color #933B7A: hue angle of 317.05º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #933B7A is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 59 | 122 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.42 |
| HSL | 317.05º | 0.43% | 0.4% | - |
| HSV(B) | 317.05º | 0.6% | 0.58% | - |
| XYZ | 17.11 | 10.74 | 19.58 | - |
| YUV | 92.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 122 | 0 | 0.60 | 0.17 | 0.42 | 317.05 | 0.43 | 0.4 |
| Hex | 93 | 3B | 7A | 0 | 3C | 11 | 2A | 13D | 2B | 28 |
| Octal | 223 | 73 | 172 | 0 | 74 | 21 | 52 | 475 | 53 | 50 |
| Binary | 10010011 | 111011 | 1111010 | 0 | 111100 | 10001 | 101010 | 100111101 | 101011 | 101000 |
Color Harmonies of #933B7A
Complementary color
Monochromatic Colors of #933B7A
Black with #933B7A
Text Example
Text Example
White with #933B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933B7A; }
p { color: rgb(147,59,122); }
H1.HeaderClassName
{
color: #933B7A;
}
.AnyTagClassName
{
color: #933B7A;
}
</style>
background-color css
<style>
a { background-color: #933B7A; }
a { background-color: rgb(147,59,122); }
div.DivClassName
{
background-color: #933B7A;
}
.BgClassName
{
background-color: #933B7A;
}
</style>
border-color css
<style>
span { border-color: #933B7A; }
span { border-color: rgb(147,59,122); }
td.TdClassName
{
border-color: #933B7A;
}
.TagClassName
{
border-color: #933B7A;
}
</style>