Shades of Dark Purple #92197F
Tints of Dark Purple #92197F
RGB
CMYK
RGB Variations
Color information
#92197F (or 0x92197F) is known color: Dark Purple. HEX triplet: 92, 19 and 7F. RGB value is (146,25,127). Sum of RGB (Red+Green+Blue) = 146+25+127=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #92197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92197F is #6DE680. Grayscale: #484848. Windows color (decimal): -7202433 or 8329618. OLE color: 8329618.
HSL color Cylindrical-coordinate representation of color #92197F: hue angle of 309.42º 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 #92197F is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 127 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.43 |
| HSL | 309.42º | 0.71% | 0.34% | - |
| HSV(B) | 309.42º | 0.83% | 0.57% | - |
| XYZ | 16.03 | 8.34 | 20.84 | - |
| YUV | 72.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 127 | 0 | 0.83 | 0.13 | 0.43 | 309.42 | 0.71 | 0.34 |
| Hex | 92 | 19 | 7F | 0 | 53 | D | 2B | 135 | 47 | 22 |
| Octal | 222 | 31 | 177 | 0 | 123 | 15 | 53 | 465 | 107 | 42 |
| Binary | 10010010 | 11001 | 1111111 | 0 | 1010011 | 1101 | 101011 | 100110101 | 1000111 | 100010 |
Color Harmonies of #92197F
Complementary color
Monochromatic Colors of #92197F
Black with #92197F
Text Example
Text Example
White with #92197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92197F; }
p { color: rgb(146,25,127); }
H1.HeaderClassName
{
color: #92197F;
}
.AnyTagClassName
{
color: #92197F;
}
</style>
background-color css
<style>
a { background-color: #92197F; }
a { background-color: rgb(146,25,127); }
div.DivClassName
{
background-color: #92197F;
}
.BgClassName
{
background-color: #92197F;
}
</style>
border-color css
<style>
span { border-color: #92197F; }
span { border-color: rgb(146,25,127); }
td.TdClassName
{
border-color: #92197F;
}
.TagClassName
{
border-color: #92197F;
}
</style>