Shades of Dark Purple #92227A
Tints of Dark Purple #92227A
RGB
CMYK
RGB Variations
Color information
#92227A (or 0x92227A) is known color: Dark Purple. HEX triplet: 92, 22 and 7A. RGB value is (146,34,122). Sum of RGB (Red+Green+Blue) = 146+34+122=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92227A is #6DDD85. Grayscale: #4D4D4D. Windows color (decimal): -7200134 or 8004242. OLE color: 8004242.
HSL color Cylindrical-coordinate representation of color #92227A: hue angle of 312.86º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92227A is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 34 | 122 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.43 |
| HSL | 312.86º | 0.62% | 0.35% | - |
| HSV(B) | 312.86º | 0.77% | 0.57% | - |
| XYZ | 15.94 | 8.66 | 19.24 | - |
| YUV | 77.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 122 | 0 | 0.77 | 0.16 | 0.43 | 312.86 | 0.62 | 0.35 |
| Hex | 92 | 22 | 7A | 0 | 4D | 10 | 2B | 139 | 3E | 23 |
| Octal | 222 | 42 | 172 | 0 | 115 | 20 | 53 | 471 | 76 | 43 |
| Binary | 10010010 | 100010 | 1111010 | 0 | 1001101 | 10000 | 101011 | 100111001 | 111110 | 100011 |
Color Harmonies of #92227A
Complementary color
Monochromatic Colors of #92227A
Black with #92227A
Text Example
Text Example
White with #92227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92227A; }
p { color: rgb(146,34,122); }
H1.HeaderClassName
{
color: #92227A;
}
.AnyTagClassName
{
color: #92227A;
}
</style>
background-color css
<style>
a { background-color: #92227A; }
a { background-color: rgb(146,34,122); }
div.DivClassName
{
background-color: #92227A;
}
.BgClassName
{
background-color: #92227A;
}
</style>
border-color css
<style>
span { border-color: #92227A; }
span { border-color: rgb(146,34,122); }
td.TdClassName
{
border-color: #92227A;
}
.TagClassName
{
border-color: #92227A;
}
</style>