Shades of Dark Purple #92166C
Tints of Dark Purple #92166C
RGB
CMYK
RGB Variations
Color information
#92166C (or 0x92166C) is known color: Dark Purple. HEX triplet: 92, 16 and 6C. RGB value is (146,22,108). Sum of RGB (Red+Green+Blue) = 146+22+108=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92166C is #6DE993. Grayscale: #444444. Windows color (decimal): -7203220 or 7083666. OLE color: 7083666.
HSL color Cylindrical-coordinate representation of color #92166C: hue angle of 318.39º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92166C is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 108 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.43 |
| HSL | 318.39º | 0.74% | 0.33% | - |
| HSV(B) | 318.39º | 0.85% | 0.57% | - |
| XYZ | 14.85 | 7.77 | 14.9 | - |
| YUV | 68.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 108 | 0 | 0.85 | 0.26 | 0.43 | 318.39 | 0.74 | 0.33 |
| Hex | 92 | 16 | 6C | 0 | 55 | 1A | 2B | 13E | 4A | 21 |
| Octal | 222 | 26 | 154 | 0 | 125 | 32 | 53 | 476 | 112 | 41 |
| Binary | 10010010 | 10110 | 1101100 | 0 | 1010101 | 11010 | 101011 | 100111110 | 1001010 | 100001 |
Color Harmonies of #92166C
Complementary color
Monochromatic Colors of #92166C
Black with #92166C
Text Example
Text Example
White with #92166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92166C; }
p { color: rgb(146,22,108); }
H1.HeaderClassName
{
color: #92166C;
}
.AnyTagClassName
{
color: #92166C;
}
</style>
background-color css
<style>
a { background-color: #92166C; }
a { background-color: rgb(146,22,108); }
div.DivClassName
{
background-color: #92166C;
}
.BgClassName
{
background-color: #92166C;
}
</style>
border-color css
<style>
span { border-color: #92166C; }
span { border-color: rgb(146,22,108); }
td.TdClassName
{
border-color: #92166C;
}
.TagClassName
{
border-color: #92166C;
}
</style>