Shades of Dark Purple #92156D
Tints of Dark Purple #92156D
RGB
CMYK
RGB Variations
Color information
#92156D (or 0x92156D) is known color: Dark Purple. HEX triplet: 92, 15 and 6D. RGB value is (146,21,109). Sum of RGB (Red+Green+Blue) = 146+21+109=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92156D is #6DEA92. Grayscale: #444444. Windows color (decimal): -7203475 or 7148946. OLE color: 7148946.
HSL color Cylindrical-coordinate representation of color #92156D: hue angle of 317.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92156D is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 109 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.43 |
| HSL | 317.76º | 0.75% | 0.33% | - |
| HSV(B) | 317.76º | 0.86% | 0.57% | - |
| XYZ | 14.88 | 7.75 | 15.18 | - |
| YUV | 68.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 109 | 0 | 0.86 | 0.25 | 0.43 | 317.76 | 0.75 | 0.33 |
| Hex | 92 | 15 | 6D | 0 | 56 | 19 | 2B | 13E | 4B | 21 |
| Octal | 222 | 25 | 155 | 0 | 126 | 31 | 53 | 476 | 113 | 41 |
| Binary | 10010010 | 10101 | 1101101 | 0 | 1010110 | 11001 | 101011 | 100111110 | 1001011 | 100001 |
Color Harmonies of #92156D
Complementary color
Monochromatic Colors of #92156D
Black with #92156D
Text Example
Text Example
White with #92156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92156D; }
p { color: rgb(146,21,109); }
H1.HeaderClassName
{
color: #92156D;
}
.AnyTagClassName
{
color: #92156D;
}
</style>
background-color css
<style>
a { background-color: #92156D; }
a { background-color: rgb(146,21,109); }
div.DivClassName
{
background-color: #92156D;
}
.BgClassName
{
background-color: #92156D;
}
</style>
border-color css
<style>
span { border-color: #92156D; }
span { border-color: rgb(146,21,109); }
td.TdClassName
{
border-color: #92156D;
}
.TagClassName
{
border-color: #92156D;
}
</style>