Shades of Dark Purple #92197B
Tints of Dark Purple #92197B
RGB
CMYK
RGB Variations
Color information
#92197B (or 0x92197B) is known color: Dark Purple. HEX triplet: 92, 19 and 7B. RGB value is (146,25,123). Sum of RGB (Red+Green+Blue) = 146+25+123=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92197B is #6DE684. Grayscale: #484848. Windows color (decimal): -7202437 or 8067474. OLE color: 8067474.
HSL color Cylindrical-coordinate representation of color #92197B: hue angle of 311.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92197B is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 123 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.43 |
| HSL | 311.41º | 0.71% | 0.34% | - |
| HSV(B) | 311.41º | 0.83% | 0.57% | - |
| XYZ | 15.78 | 8.24 | 19.5 | - |
| YUV | 72.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 123 | 0 | 0.83 | 0.16 | 0.43 | 311.41 | 0.71 | 0.34 |
| Hex | 92 | 19 | 7B | 0 | 53 | 10 | 2B | 137 | 47 | 22 |
| Octal | 222 | 31 | 173 | 0 | 123 | 20 | 53 | 467 | 107 | 42 |
| Binary | 10010010 | 11001 | 1111011 | 0 | 1010011 | 10000 | 101011 | 100110111 | 1000111 | 100010 |
Color Harmonies of #92197B
Complementary color
Monochromatic Colors of #92197B
Black with #92197B
Text Example
Text Example
White with #92197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92197B; }
p { color: rgb(146,25,123); }
H1.HeaderClassName
{
color: #92197B;
}
.AnyTagClassName
{
color: #92197B;
}
</style>
background-color css
<style>
a { background-color: #92197B; }
a { background-color: rgb(146,25,123); }
div.DivClassName
{
background-color: #92197B;
}
.BgClassName
{
background-color: #92197B;
}
</style>
border-color css
<style>
span { border-color: #92197B; }
span { border-color: rgb(146,25,123); }
td.TdClassName
{
border-color: #92197B;
}
.TagClassName
{
border-color: #92197B;
}
</style>