Shades of Dark Purple #93197E
Tints of Dark Purple #93197E
RGB
CMYK
RGB Variations
Color information
#93197E (or 0x93197E) is known color: Dark Purple. HEX triplet: 93, 19 and 7E. RGB value is (147,25,126). Sum of RGB (Red+Green+Blue) = 147+25+126=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #93197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93197E is #6CE681. Grayscale: #484848. Windows color (decimal): -7136898 or 8264083. OLE color: 8264083.
HSL color Cylindrical-coordinate representation of color #93197E: hue angle of 310.33º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93197E is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 126 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.42 |
| HSL | 310.33º | 0.71% | 0.34% | - |
| HSV(B) | 310.33º | 0.83% | 0.58% | - |
| XYZ | 16.15 | 8.4 | 20.51 | - |
| YUV | 72.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 126 | 0 | 0.83 | 0.14 | 0.42 | 310.33 | 0.71 | 0.34 |
| Hex | 93 | 19 | 7E | 0 | 53 | E | 2A | 136 | 47 | 22 |
| Octal | 223 | 31 | 176 | 0 | 123 | 16 | 52 | 466 | 107 | 42 |
| Binary | 10010011 | 11001 | 1111110 | 0 | 1010011 | 1110 | 101010 | 100110110 | 1000111 | 100010 |
Color Harmonies of #93197E
Complementary color
Monochromatic Colors of #93197E
Black with #93197E
Text Example
Text Example
White with #93197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93197E; }
p { color: rgb(147,25,126); }
H1.HeaderClassName
{
color: #93197E;
}
.AnyTagClassName
{
color: #93197E;
}
</style>
background-color css
<style>
a { background-color: #93197E; }
a { background-color: rgb(147,25,126); }
div.DivClassName
{
background-color: #93197E;
}
.BgClassName
{
background-color: #93197E;
}
</style>
border-color css
<style>
span { border-color: #93197E; }
span { border-color: rgb(147,25,126); }
td.TdClassName
{
border-color: #93197E;
}
.TagClassName
{
border-color: #93197E;
}
</style>