Shades of Dark Purple #92177D
Tints of Dark Purple #92177D
RGB
CMYK
RGB Variations
Color information
#92177D (or 0x92177D) is known color: Dark Purple. HEX triplet: 92, 17 and 7D. RGB value is (146,23,125). Sum of RGB (Red+Green+Blue) = 146+23+125=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92177D is #6DE882. Grayscale: #474747. Windows color (decimal): -7202947 or 8198034. OLE color: 8198034.
HSL color Cylindrical-coordinate representation of color #92177D: hue angle of 310.24º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92177D is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 125 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.43 |
| HSL | 310.24º | 0.73% | 0.33% | - |
| HSV(B) | 310.24º | 0.84% | 0.57% | - |
| XYZ | 15.86 | 8.2 | 20.15 | - |
| YUV | 71.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 125 | 0 | 0.84 | 0.14 | 0.43 | 310.24 | 0.73 | 0.33 |
| Hex | 92 | 17 | 7D | 0 | 54 | E | 2B | 136 | 49 | 21 |
| Octal | 222 | 27 | 175 | 0 | 124 | 16 | 53 | 466 | 111 | 41 |
| Binary | 10010010 | 10111 | 1111101 | 0 | 1010100 | 1110 | 101011 | 100110110 | 1001001 | 100001 |
Color Harmonies of #92177D
Complementary color
Monochromatic Colors of #92177D
Black with #92177D
Text Example
Text Example
White with #92177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92177D; }
p { color: rgb(146,23,125); }
H1.HeaderClassName
{
color: #92177D;
}
.AnyTagClassName
{
color: #92177D;
}
</style>
background-color css
<style>
a { background-color: #92177D; }
a { background-color: rgb(146,23,125); }
div.DivClassName
{
background-color: #92177D;
}
.BgClassName
{
background-color: #92177D;
}
</style>
border-color css
<style>
span { border-color: #92177D; }
span { border-color: rgb(146,23,125); }
td.TdClassName
{
border-color: #92177D;
}
.TagClassName
{
border-color: #92177D;
}
</style>