Shades of Dark Purple #92186C
Tints of Dark Purple #92186C
RGB
CMYK
RGB Variations
Color information
#92186C (or 0x92186C) is known color: Dark Purple. HEX triplet: 92, 18 and 6C. RGB value is (146,24,108). Sum of RGB (Red+Green+Blue) = 146+24+108=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #92186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92186C is #6DE793. Grayscale: #454545. Windows color (decimal): -7202708 or 7084178. OLE color: 7084178.
HSL color Cylindrical-coordinate representation of color #92186C: hue angle of 318.69º degrees, saturation: 0.72, 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 #92186C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 24 | 108 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.43 |
| HSL | 318.69º | 0.72% | 0.33% | - |
| HSV(B) | 318.69º | 0.84% | 0.57% | - |
| XYZ | 14.89 | 7.85 | 14.92 | - |
| YUV | 70.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 108 | 0 | 0.84 | 0.26 | 0.43 | 318.69 | 0.72 | 0.33 |
| Hex | 92 | 18 | 6C | 0 | 54 | 1A | 2B | 13F | 48 | 21 |
| Octal | 222 | 30 | 154 | 0 | 124 | 32 | 53 | 477 | 110 | 41 |
| Binary | 10010010 | 11000 | 1101100 | 0 | 1010100 | 11010 | 101011 | 100111111 | 1001000 | 100001 |
Color Harmonies of #92186C
Complementary color
Monochromatic Colors of #92186C
Black with #92186C
Text Example
Text Example
White with #92186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92186C; }
p { color: rgb(146,24,108); }
H1.HeaderClassName
{
color: #92186C;
}
.AnyTagClassName
{
color: #92186C;
}
</style>
background-color css
<style>
a { background-color: #92186C; }
a { background-color: rgb(146,24,108); }
div.DivClassName
{
background-color: #92186C;
}
.BgClassName
{
background-color: #92186C;
}
</style>
border-color css
<style>
span { border-color: #92186C; }
span { border-color: rgb(146,24,108); }
td.TdClassName
{
border-color: #92186C;
}
.TagClassName
{
border-color: #92186C;
}
</style>