Shades of Dark Purple #93297F
Tints of Dark Purple #93297F
RGB
CMYK
RGB Variations
Color information
#93297F (or 0x93297F) is known color: Dark Purple. HEX triplet: 93, 29 and 7F. RGB value is (147,41,127). Sum of RGB (Red+Green+Blue) = 147+41+127=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #93297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93297F is #6CD680. Grayscale: #525252. Windows color (decimal): -7132801 or 8333715. OLE color: 8333715.
HSL color Cylindrical-coordinate representation of color #93297F: hue angle of 311.32º 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 #93297F is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 127 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.42 |
| HSL | 311.32º | 0.56% | 0.37% | - |
| HSV(B) | 311.32º | 0.72% | 0.58% | - |
| XYZ | 16.66 | 9.32 | 21 | - |
| YUV | 82.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 127 | 0 | 0.72 | 0.14 | 0.42 | 311.32 | 0.56 | 0.37 |
| Hex | 93 | 29 | 7F | 0 | 48 | E | 2A | 137 | 38 | 25 |
| Octal | 223 | 51 | 177 | 0 | 110 | 16 | 52 | 467 | 70 | 45 |
| Binary | 10010011 | 101001 | 1111111 | 0 | 1001000 | 1110 | 101010 | 100110111 | 111000 | 100101 |
Color Harmonies of #93297F
Complementary color
Monochromatic Colors of #93297F
Black with #93297F
Text Example
Text Example
White with #93297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93297F; }
p { color: rgb(147,41,127); }
H1.HeaderClassName
{
color: #93297F;
}
.AnyTagClassName
{
color: #93297F;
}
</style>
background-color css
<style>
a { background-color: #93297F; }
a { background-color: rgb(147,41,127); }
div.DivClassName
{
background-color: #93297F;
}
.BgClassName
{
background-color: #93297F;
}
</style>
border-color css
<style>
span { border-color: #93297F; }
span { border-color: rgb(147,41,127); }
td.TdClassName
{
border-color: #93297F;
}
.TagClassName
{
border-color: #93297F;
}
</style>