Shades of Dark Purple #93167C
Tints of Dark Purple #93167C
RGB
CMYK
RGB Variations
Color information
#93167C (or 0x93167C) is known color: Dark Purple. HEX triplet: 93, 16 and 7C. RGB value is (147,22,124). Sum of RGB (Red+Green+Blue) = 147+22+124=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93167C is #6CE983. Grayscale: #464646. Windows color (decimal): -7137668 or 8132243. OLE color: 8132243.
HSL color Cylindrical-coordinate representation of color #93167C: hue angle of 311.04º 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 #93167C is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 124 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.42 |
| HSL | 311.04º | 0.74% | 0.33% | - |
| HSV(B) | 311.04º | 0.85% | 0.58% | - |
| XYZ | 15.96 | 8.23 | 19.82 | - |
| YUV | 71 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 124 | 0 | 0.85 | 0.16 | 0.42 | 311.04 | 0.74 | 0.33 |
| Hex | 93 | 16 | 7C | 0 | 55 | 10 | 2A | 137 | 4A | 21 |
| Octal | 223 | 26 | 174 | 0 | 125 | 20 | 52 | 467 | 112 | 41 |
| Binary | 10010011 | 10110 | 1111100 | 0 | 1010101 | 10000 | 101010 | 100110111 | 1001010 | 100001 |
Color Harmonies of #93167C
Complementary color
Monochromatic Colors of #93167C
Black with #93167C
Text Example
Text Example
White with #93167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93167C; }
p { color: rgb(147,22,124); }
H1.HeaderClassName
{
color: #93167C;
}
.AnyTagClassName
{
color: #93167C;
}
</style>
background-color css
<style>
a { background-color: #93167C; }
a { background-color: rgb(147,22,124); }
div.DivClassName
{
background-color: #93167C;
}
.BgClassName
{
background-color: #93167C;
}
</style>
border-color css
<style>
span { border-color: #93167C; }
span { border-color: rgb(147,22,124); }
td.TdClassName
{
border-color: #93167C;
}
.TagClassName
{
border-color: #93167C;
}
</style>