Shades of Dark Purple #93157F
Tints of Dark Purple #93157F
RGB
CMYK
RGB Variations
Color information
#93157F (or 0x93157F) is known color: Dark Purple. HEX triplet: 93, 15 and 7F. RGB value is (147,21,127). Sum of RGB (Red+Green+Blue) = 147+21+127=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93157F is #6CEA80. Grayscale: #464646. Windows color (decimal): -7137921 or 8328595. OLE color: 8328595.
HSL color Cylindrical-coordinate representation of color #93157F: hue angle of 309.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93157F is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 127 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.42 |
| HSL | 309.52º | 0.75% | 0.33% | - |
| HSV(B) | 309.52º | 0.86% | 0.58% | - |
| XYZ | 16.13 | 8.27 | 20.83 | - |
| YUV | 70.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 127 | 0 | 0.86 | 0.14 | 0.42 | 309.52 | 0.75 | 0.33 |
| Hex | 93 | 15 | 7F | 0 | 56 | E | 2A | 136 | 4B | 21 |
| Octal | 223 | 25 | 177 | 0 | 126 | 16 | 52 | 466 | 113 | 41 |
| Binary | 10010011 | 10101 | 1111111 | 0 | 1010110 | 1110 | 101010 | 100110110 | 1001011 | 100001 |
Color Harmonies of #93157F
Complementary color
Monochromatic Colors of #93157F
Black with #93157F
Text Example
Text Example
White with #93157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93157F; }
p { color: rgb(147,21,127); }
H1.HeaderClassName
{
color: #93157F;
}
.AnyTagClassName
{
color: #93157F;
}
</style>
background-color css
<style>
a { background-color: #93157F; }
a { background-color: rgb(147,21,127); }
div.DivClassName
{
background-color: #93157F;
}
.BgClassName
{
background-color: #93157F;
}
</style>
border-color css
<style>
span { border-color: #93157F; }
span { border-color: rgb(147,21,127); }
td.TdClassName
{
border-color: #93157F;
}
.TagClassName
{
border-color: #93157F;
}
</style>