Shades of Dark Purple #92117B
Tints of Dark Purple #92117B
RGB
CMYK
RGB Variations
Color information
#92117B (or 0x92117B) is known color: Dark Purple. HEX triplet: 92, 11 and 7B. RGB value is (146,17,123). Sum of RGB (Red+Green+Blue) = 146+17+123=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92117B is #6DEE84. Grayscale: #434343. Windows color (decimal): -7204485 or 8065426. OLE color: 8065426.
HSL color Cylindrical-coordinate representation of color #92117B: hue angle of 310.7º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92117B is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 123 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.43 |
| HSL | 310.7º | 0.79% | 0.32% | - |
| HSV(B) | 310.7º | 0.88% | 0.57% | - |
| XYZ | 15.63 | 7.94 | 19.45 | - |
| YUV | 67.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 123 | 0 | 0.88 | 0.16 | 0.43 | 310.7 | 0.79 | 0.32 |
| Hex | 92 | 11 | 7B | 0 | 58 | 10 | 2B | 137 | 4F | 20 |
| Octal | 222 | 21 | 173 | 0 | 130 | 20 | 53 | 467 | 117 | 40 |
| Binary | 10010010 | 10001 | 1111011 | 0 | 1011000 | 10000 | 101011 | 100110111 | 1001111 | 100000 |
Color Harmonies of #92117B
Complementary color
Monochromatic Colors of #92117B
Black with #92117B
Text Example
Text Example
White with #92117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92117B; }
p { color: rgb(146,17,123); }
H1.HeaderClassName
{
color: #92117B;
}
.AnyTagClassName
{
color: #92117B;
}
</style>
background-color css
<style>
a { background-color: #92117B; }
a { background-color: rgb(146,17,123); }
div.DivClassName
{
background-color: #92117B;
}
.BgClassName
{
background-color: #92117B;
}
</style>
border-color css
<style>
span { border-color: #92117B; }
span { border-color: rgb(146,17,123); }
td.TdClassName
{
border-color: #92117B;
}
.TagClassName
{
border-color: #92117B;
}
</style>