Shades of Dark Purple #92137B
Tints of Dark Purple #92137B
RGB
CMYK
RGB Variations
Color information
#92137B (or 0x92137B) is known color: Dark Purple. HEX triplet: 92, 13 and 7B. RGB value is (146,19,123). Sum of RGB (Red+Green+Blue) = 146+19+123=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #92137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92137B is #6DEC84. Grayscale: #444444. Windows color (decimal): -7203973 or 8065938. OLE color: 8065938.
HSL color Cylindrical-coordinate representation of color #92137B: hue angle of 310.87º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92137B is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 123 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.43 |
| HSL | 310.87º | 0.77% | 0.32% | - |
| HSV(B) | 310.87º | 0.87% | 0.57% | - |
| XYZ | 15.66 | 8.01 | 19.46 | - |
| YUV | 68.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 123 | 0 | 0.87 | 0.16 | 0.43 | 310.87 | 0.77 | 0.32 |
| Hex | 92 | 13 | 7B | 0 | 57 | 10 | 2B | 137 | 4D | 20 |
| Octal | 222 | 23 | 173 | 0 | 127 | 20 | 53 | 467 | 115 | 40 |
| Binary | 10010010 | 10011 | 1111011 | 0 | 1010111 | 10000 | 101011 | 100110111 | 1001101 | 100000 |
Color Harmonies of #92137B
Complementary color
Monochromatic Colors of #92137B
Black with #92137B
Text Example
Text Example
White with #92137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92137B; }
p { color: rgb(146,19,123); }
H1.HeaderClassName
{
color: #92137B;
}
.AnyTagClassName
{
color: #92137B;
}
</style>
background-color css
<style>
a { background-color: #92137B; }
a { background-color: rgb(146,19,123); }
div.DivClassName
{
background-color: #92137B;
}
.BgClassName
{
background-color: #92137B;
}
</style>
border-color css
<style>
span { border-color: #92137B; }
span { border-color: rgb(146,19,123); }
td.TdClassName
{
border-color: #92137B;
}
.TagClassName
{
border-color: #92137B;
}
</style>