Shades of Dark Purple #92176C
Tints of Dark Purple #92176C
RGB
CMYK
RGB Variations
Color information
#92176C (or 0x92176C) is known color: Dark Purple. HEX triplet: 92, 17 and 6C. RGB value is (146,23,108). Sum of RGB (Red+Green+Blue) = 146+23+108=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92176C is #6DE893. Grayscale: #454545. Windows color (decimal): -7202964 or 7083922. OLE color: 7083922.
HSL color Cylindrical-coordinate representation of color #92176C: hue angle of 318.54º 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 #92176C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 108 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.43 |
| HSL | 318.54º | 0.73% | 0.33% | - |
| HSV(B) | 318.54º | 0.84% | 0.57% | - |
| XYZ | 14.87 | 7.81 | 14.91 | - |
| YUV | 69.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 108 | 0 | 0.84 | 0.26 | 0.43 | 318.54 | 0.73 | 0.33 |
| Hex | 92 | 17 | 6C | 0 | 54 | 1A | 2B | 13F | 49 | 21 |
| Octal | 222 | 27 | 154 | 0 | 124 | 32 | 53 | 477 | 111 | 41 |
| Binary | 10010010 | 10111 | 1101100 | 0 | 1010100 | 11010 | 101011 | 100111111 | 1001001 | 100001 |
Color Harmonies of #92176C
Complementary color
Monochromatic Colors of #92176C
Black with #92176C
Text Example
Text Example
White with #92176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92176C; }
p { color: rgb(146,23,108); }
H1.HeaderClassName
{
color: #92176C;
}
.AnyTagClassName
{
color: #92176C;
}
</style>
background-color css
<style>
a { background-color: #92176C; }
a { background-color: rgb(146,23,108); }
div.DivClassName
{
background-color: #92176C;
}
.BgClassName
{
background-color: #92176C;
}
</style>
border-color css
<style>
span { border-color: #92176C; }
span { border-color: rgb(146,23,108); }
td.TdClassName
{
border-color: #92176C;
}
.TagClassName
{
border-color: #92176C;
}
</style>