Shades of Dark Purple #922282
Tints of Dark Purple #922282
RGB
CMYK
RGB Variations
Color information
#922282 (or 0x922282) is known color: Dark Purple. HEX triplet: 92, 22 and 82. RGB value is (146,34,130). Sum of RGB (Red+Green+Blue) = 146+34+130=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #922282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922282 is #6DDD7D. Grayscale: #4E4E4E. Windows color (decimal): -7200126 or 8528530. OLE color: 8528530.
HSL color Cylindrical-coordinate representation of color #922282: hue angle of 308.57º 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 #922282 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 34 | 130 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.43 |
| HSL | 308.57º | 0.62% | 0.35% | - |
| HSV(B) | 308.57º | 0.77% | 0.57% | - |
| XYZ | 16.46 | 8.87 | 21.96 | - |
| YUV | 78.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 130 | 0 | 0.77 | 0.11 | 0.43 | 308.57 | 0.62 | 0.35 |
| Hex | 92 | 22 | 82 | 0 | 4D | B | 2B | 135 | 3E | 23 |
| Octal | 222 | 42 | 202 | 0 | 115 | 13 | 53 | 465 | 76 | 43 |
| Binary | 10010010 | 100010 | 10000010 | 0 | 1001101 | 1011 | 101011 | 100110101 | 111110 | 100011 |
Color Harmonies of #922282
Complementary color
Monochromatic Colors of #922282
Black with #922282
Text Example
Text Example
White with #922282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922282; }
p { color: rgb(146,34,130); }
H1.HeaderClassName
{
color: #922282;
}
.AnyTagClassName
{
color: #922282;
}
</style>
background-color css
<style>
a { background-color: #922282; }
a { background-color: rgb(146,34,130); }
div.DivClassName
{
background-color: #922282;
}
.BgClassName
{
background-color: #922282;
}
</style>
border-color css
<style>
span { border-color: #922282; }
span { border-color: rgb(146,34,130); }
td.TdClassName
{
border-color: #922282;
}
.TagClassName
{
border-color: #922282;
}
</style>