Shades of Dark Purple #922284
Tints of Dark Purple #922284
RGB
CMYK
RGB Variations
Color information
#922284 (or 0x922284) is known color: Dark Purple. HEX triplet: 92, 22 and 84. RGB value is (146,34,132). Sum of RGB (Red+Green+Blue) = 146+34+132=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #922284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922284 is #6DDD7B. Grayscale: #4E4E4E. Windows color (decimal): -7200124 or 8659602. OLE color: 8659602.
HSL color Cylindrical-coordinate representation of color #922284: hue angle of 307.5º 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 #922284 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 34 | 132 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.43 |
| HSL | 307.5º | 0.62% | 0.35% | - |
| HSV(B) | 307.5º | 0.77% | 0.57% | - |
| XYZ | 16.59 | 8.92 | 22.68 | - |
| YUV | 78.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 132 | 0 | 0.77 | 0.10 | 0.43 | 307.5 | 0.62 | 0.35 |
| Hex | 92 | 22 | 84 | 0 | 4D | A | 2B | 134 | 3E | 23 |
| Octal | 222 | 42 | 204 | 0 | 115 | 12 | 53 | 464 | 76 | 43 |
| Binary | 10010010 | 100010 | 10000100 | 0 | 1001101 | 1010 | 101011 | 100110100 | 111110 | 100011 |
Color Harmonies of #922284
Complementary color
Monochromatic Colors of #922284
Black with #922284
Text Example
Text Example
White with #922284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922284; }
p { color: rgb(146,34,132); }
H1.HeaderClassName
{
color: #922284;
}
.AnyTagClassName
{
color: #922284;
}
</style>
background-color css
<style>
a { background-color: #922284; }
a { background-color: rgb(146,34,132); }
div.DivClassName
{
background-color: #922284;
}
.BgClassName
{
background-color: #922284;
}
</style>
border-color css
<style>
span { border-color: #922284; }
span { border-color: rgb(146,34,132); }
td.TdClassName
{
border-color: #922284;
}
.TagClassName
{
border-color: #922284;
}
</style>