Shades of Dark Purple #93177B
Tints of Dark Purple #93177B
RGB
CMYK
RGB Variations
Color information
#93177B (or 0x93177B) is known color: Dark Purple. HEX triplet: 93, 17 and 7B. RGB value is (147,23,123). Sum of RGB (Red+Green+Blue) = 147+23+123=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93177B is #6CE884. Grayscale: #474747. Windows color (decimal): -7137413 or 8066963. OLE color: 8066963.
HSL color Cylindrical-coordinate representation of color #93177B: hue angle of 311.61º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93177B is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 123 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.42 |
| HSL | 311.61º | 0.73% | 0.33% | - |
| HSV(B) | 311.61º | 0.84% | 0.58% | - |
| XYZ | 15.91 | 8.25 | 19.49 | - |
| YUV | 71.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 123 | 0 | 0.84 | 0.16 | 0.42 | 311.61 | 0.73 | 0.33 |
| Hex | 93 | 17 | 7B | 0 | 54 | 10 | 2A | 138 | 49 | 21 |
| Octal | 223 | 27 | 173 | 0 | 124 | 20 | 52 | 470 | 111 | 41 |
| Binary | 10010011 | 10111 | 1111011 | 0 | 1010100 | 10000 | 101010 | 100111000 | 1001001 | 100001 |
Color Harmonies of #93177B
Complementary color
Monochromatic Colors of #93177B
Black with #93177B
Text Example
Text Example
White with #93177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93177B; }
p { color: rgb(147,23,123); }
H1.HeaderClassName
{
color: #93177B;
}
.AnyTagClassName
{
color: #93177B;
}
</style>
background-color css
<style>
a { background-color: #93177B; }
a { background-color: rgb(147,23,123); }
div.DivClassName
{
background-color: #93177B;
}
.BgClassName
{
background-color: #93177B;
}
</style>
border-color css
<style>
span { border-color: #93177B; }
span { border-color: rgb(147,23,123); }
td.TdClassName
{
border-color: #93177B;
}
.TagClassName
{
border-color: #93177B;
}
</style>