Shades of Dark Purple #93166F
Tints of Dark Purple #93166F
RGB
CMYK
RGB Variations
Color information
#93166F (or 0x93166F) is known color: Dark Purple. HEX triplet: 93, 16 and 6F. RGB value is (147,22,111). Sum of RGB (Red+Green+Blue) = 147+22+111=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93166F is #6CE990. Grayscale: #454545. Windows color (decimal): -7137681 or 7280275. OLE color: 7280275.
HSL color Cylindrical-coordinate representation of color #93166F: hue angle of 317.28º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93166F is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 111 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.42 |
| HSL | 317.28º | 0.74% | 0.33% | - |
| HSV(B) | 317.28º | 0.85% | 0.58% | - |
| XYZ | 15.19 | 7.92 | 15.77 | - |
| YUV | 69.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 111 | 0 | 0.85 | 0.24 | 0.42 | 317.28 | 0.74 | 0.33 |
| Hex | 93 | 16 | 6F | 0 | 55 | 18 | 2A | 13D | 4A | 21 |
| Octal | 223 | 26 | 157 | 0 | 125 | 30 | 52 | 475 | 112 | 41 |
| Binary | 10010011 | 10110 | 1101111 | 0 | 1010101 | 11000 | 101010 | 100111101 | 1001010 | 100001 |
Color Harmonies of #93166F
Complementary color
Monochromatic Colors of #93166F
Black with #93166F
Text Example
Text Example
White with #93166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93166F; }
p { color: rgb(147,22,111); }
H1.HeaderClassName
{
color: #93166F;
}
.AnyTagClassName
{
color: #93166F;
}
</style>
background-color css
<style>
a { background-color: #93166F; }
a { background-color: rgb(147,22,111); }
div.DivClassName
{
background-color: #93166F;
}
.BgClassName
{
background-color: #93166F;
}
</style>
border-color css
<style>
span { border-color: #93166F; }
span { border-color: rgb(147,22,111); }
td.TdClassName
{
border-color: #93166F;
}
.TagClassName
{
border-color: #93166F;
}
</style>