Shades of Dark Purple #922784
Tints of Dark Purple #922784
RGB
CMYK
RGB Variations
Color information
#922784 (or 0x922784) is known color: Dark Purple. HEX triplet: 92, 27 and 84. RGB value is (146,39,132). Sum of RGB (Red+Green+Blue) = 146+39+132=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922784 is #6DD87B. Grayscale: #515151. Windows color (decimal): -7198844 or 8660882. OLE color: 8660882.
HSL color Cylindrical-coordinate representation of color #922784: hue angle of 307.85º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #922784 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 39 | 132 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.43 |
| HSL | 307.85º | 0.58% | 0.36% | - |
| HSV(B) | 307.85º | 0.73% | 0.57% | - |
| XYZ | 16.74 | 9.23 | 22.73 | - |
| YUV | 81.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 132 | 0 | 0.73 | 0.10 | 0.43 | 307.85 | 0.58 | 0.36 |
| Hex | 92 | 27 | 84 | 0 | 49 | A | 2B | 134 | 3A | 24 |
| Octal | 222 | 47 | 204 | 0 | 111 | 12 | 53 | 464 | 72 | 44 |
| Binary | 10010010 | 100111 | 10000100 | 0 | 1001001 | 1010 | 101011 | 100110100 | 111010 | 100100 |
Color Harmonies of #922784
Complementary color
Monochromatic Colors of #922784
Black with #922784
Text Example
Text Example
White with #922784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922784; }
p { color: rgb(146,39,132); }
H1.HeaderClassName
{
color: #922784;
}
.AnyTagClassName
{
color: #922784;
}
</style>
background-color css
<style>
a { background-color: #922784; }
a { background-color: rgb(146,39,132); }
div.DivClassName
{
background-color: #922784;
}
.BgClassName
{
background-color: #922784;
}
</style>
border-color css
<style>
span { border-color: #922784; }
span { border-color: rgb(146,39,132); }
td.TdClassName
{
border-color: #922784;
}
.TagClassName
{
border-color: #922784;
}
</style>