Shades of Dark Purple #93297C
Tints of Dark Purple #93297C
RGB
CMYK
RGB Variations
Color information
#93297C (or 0x93297C) is known color: Dark Purple. HEX triplet: 93, 29 and 7C. RGB value is (147,41,124). Sum of RGB (Red+Green+Blue) = 147+41+124=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93297C is #6CD683. Grayscale: #515151. Windows color (decimal): -7132804 or 8137107. OLE color: 8137107.
HSL color Cylindrical-coordinate representation of color #93297C: hue angle of 313.02º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93297C is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 124 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.42 |
| HSL | 313.02º | 0.56% | 0.37% | - |
| HSV(B) | 313.02º | 0.72% | 0.58% | - |
| XYZ | 16.46 | 9.24 | 19.99 | - |
| YUV | 82.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 124 | 0 | 0.72 | 0.16 | 0.42 | 313.02 | 0.56 | 0.37 |
| Hex | 93 | 29 | 7C | 0 | 48 | 10 | 2A | 139 | 38 | 25 |
| Octal | 223 | 51 | 174 | 0 | 110 | 20 | 52 | 471 | 70 | 45 |
| Binary | 10010011 | 101001 | 1111100 | 0 | 1001000 | 10000 | 101010 | 100111001 | 111000 | 100101 |
Color Harmonies of #93297C
Complementary color
Monochromatic Colors of #93297C
Black with #93297C
Text Example
Text Example
White with #93297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93297C; }
p { color: rgb(147,41,124); }
H1.HeaderClassName
{
color: #93297C;
}
.AnyTagClassName
{
color: #93297C;
}
</style>
background-color css
<style>
a { background-color: #93297C; }
a { background-color: rgb(147,41,124); }
div.DivClassName
{
background-color: #93297C;
}
.BgClassName
{
background-color: #93297C;
}
</style>
border-color css
<style>
span { border-color: #93297C; }
span { border-color: rgb(147,41,124); }
td.TdClassName
{
border-color: #93297C;
}
.TagClassName
{
border-color: #93297C;
}
</style>