Shades of Dark Purple #93167F
Tints of Dark Purple #93167F
RGB
CMYK
RGB Variations
Color information
#93167F (or 0x93167F) is known color: Dark Purple. HEX triplet: 93, 16 and 7F. RGB value is (147,22,127). Sum of RGB (Red+Green+Blue) = 147+22+127=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93167F is #6CE980. Grayscale: #474747. Windows color (decimal): -7137665 or 8328851. OLE color: 8328851.
HSL color Cylindrical-coordinate representation of color #93167F: hue angle of 309.6º 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 #93167F is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 127 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.42 |
| HSL | 309.6º | 0.74% | 0.33% | - |
| HSV(B) | 309.6º | 0.85% | 0.58% | - |
| XYZ | 16.15 | 8.31 | 20.83 | - |
| YUV | 71.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 127 | 0 | 0.85 | 0.14 | 0.42 | 309.6 | 0.74 | 0.33 |
| Hex | 93 | 16 | 7F | 0 | 55 | E | 2A | 136 | 4A | 21 |
| Octal | 223 | 26 | 177 | 0 | 125 | 16 | 52 | 466 | 112 | 41 |
| Binary | 10010011 | 10110 | 1111111 | 0 | 1010101 | 1110 | 101010 | 100110110 | 1001010 | 100001 |
Color Harmonies of #93167F
Complementary color
Monochromatic Colors of #93167F
Black with #93167F
Text Example
Text Example
White with #93167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93167F; }
p { color: rgb(147,22,127); }
H1.HeaderClassName
{
color: #93167F;
}
.AnyTagClassName
{
color: #93167F;
}
</style>
background-color css
<style>
a { background-color: #93167F; }
a { background-color: rgb(147,22,127); }
div.DivClassName
{
background-color: #93167F;
}
.BgClassName
{
background-color: #93167F;
}
</style>
border-color css
<style>
span { border-color: #93167F; }
span { border-color: rgb(147,22,127); }
td.TdClassName
{
border-color: #93167F;
}
.TagClassName
{
border-color: #93167F;
}
</style>