Shades of Dark Purple #93117F
Tints of Dark Purple #93117F
RGB
CMYK
RGB Variations
Color information
#93117F (or 0x93117F) is known color: Dark Purple. HEX triplet: 93, 11 and 7F. RGB value is (147,17,127). Sum of RGB (Red+Green+Blue) = 147+17+127=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93117F is #6CEE80. Grayscale: #444444. Windows color (decimal): -7138945 or 8327571. OLE color: 8327571.
HSL color Cylindrical-coordinate representation of color #93117F: hue angle of 309.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93117F is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 127 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.42 |
| HSL | 309.23º | 0.79% | 0.32% | - |
| HSV(B) | 309.23º | 0.88% | 0.58% | - |
| XYZ | 16.06 | 8.14 | 20.8 | - |
| YUV | 68.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 127 | 0 | 0.88 | 0.14 | 0.42 | 309.23 | 0.79 | 0.32 |
| Hex | 93 | 11 | 7F | 0 | 58 | E | 2A | 135 | 4F | 20 |
| Octal | 223 | 21 | 177 | 0 | 130 | 16 | 52 | 465 | 117 | 40 |
| Binary | 10010011 | 10001 | 1111111 | 0 | 1011000 | 1110 | 101010 | 100110101 | 1001111 | 100000 |
Color Harmonies of #93117F
Complementary color
Monochromatic Colors of #93117F
Black with #93117F
Text Example
Text Example
White with #93117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93117F; }
p { color: rgb(147,17,127); }
H1.HeaderClassName
{
color: #93117F;
}
.AnyTagClassName
{
color: #93117F;
}
</style>
background-color css
<style>
a { background-color: #93117F; }
a { background-color: rgb(147,17,127); }
div.DivClassName
{
background-color: #93117F;
}
.BgClassName
{
background-color: #93117F;
}
</style>
border-color css
<style>
span { border-color: #93117F; }
span { border-color: rgb(147,17,127); }
td.TdClassName
{
border-color: #93117F;
}
.TagClassName
{
border-color: #93117F;
}
</style>