Shades of Dark Purple #922274
Tints of Dark Purple #922274
RGB
CMYK
RGB Variations
Color information
#922274 (or 0x922274) is known color: Dark Purple. HEX triplet: 92, 22 and 74. RGB value is (146,34,116). Sum of RGB (Red+Green+Blue) = 146+34+116=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #922274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922274 is #6DDD8B. Grayscale: #4C4C4C. Windows color (decimal): -7200140 or 7611026. OLE color: 7611026.
HSL color Cylindrical-coordinate representation of color #922274: hue angle of 316.07º 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 #922274 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 34 | 116 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.43 |
| HSL | 316.07º | 0.62% | 0.35% | - |
| HSV(B) | 316.07º | 0.77% | 0.57% | - |
| XYZ | 15.58 | 8.52 | 17.35 | - |
| YUV | 76.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 34 | 116 | 0 | 0.77 | 0.21 | 0.43 | 316.07 | 0.62 | 0.35 |
| Hex | 92 | 22 | 74 | 0 | 4D | 15 | 2B | 13C | 3E | 23 |
| Octal | 222 | 42 | 164 | 0 | 115 | 25 | 53 | 474 | 76 | 43 |
| Binary | 10010010 | 100010 | 1110100 | 0 | 1001101 | 10101 | 101011 | 100111100 | 111110 | 100011 |
Color Harmonies of #922274
Complementary color
Monochromatic Colors of #922274
Black with #922274
Text Example
Text Example
White with #922274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922274; }
p { color: rgb(146,34,116); }
H1.HeaderClassName
{
color: #922274;
}
.AnyTagClassName
{
color: #922274;
}
</style>
background-color css
<style>
a { background-color: #922274; }
a { background-color: rgb(146,34,116); }
div.DivClassName
{
background-color: #922274;
}
.BgClassName
{
background-color: #922274;
}
</style>
border-color css
<style>
span { border-color: #922274; }
span { border-color: rgb(146,34,116); }
td.TdClassName
{
border-color: #922274;
}
.TagClassName
{
border-color: #922274;
}
</style>