Shades of Dark Purple #922886
Tints of Dark Purple #922886
RGB
CMYK
RGB Variations
Color information
#922886 (or 0x922886) is known color: Dark Purple. HEX triplet: 92, 28 and 86. RGB value is (146,40,134). Sum of RGB (Red+Green+Blue) = 146+40+134=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #922886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922886 is #6DD779. Grayscale: #525252. Windows color (decimal): -7198586 or 8792210. OLE color: 8792210.
HSL color Cylindrical-coordinate representation of color #922886: hue angle of 306.79º degrees, saturation: 0.57, 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 #922886 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 40 | 134 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.43 |
| HSL | 306.79º | 0.57% | 0.36% | - |
| HSV(B) | 306.79º | 0.73% | 0.57% | - |
| XYZ | 16.92 | 9.35 | 23.47 | - |
| YUV | 82.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 134 | 0 | 0.73 | 0.08 | 0.43 | 306.79 | 0.57 | 0.36 |
| Hex | 92 | 28 | 86 | 0 | 49 | 8 | 2B | 133 | 39 | 24 |
| Octal | 222 | 50 | 206 | 0 | 111 | 10 | 53 | 463 | 71 | 44 |
| Binary | 10010010 | 101000 | 10000110 | 0 | 1001001 | 1000 | 101011 | 100110011 | 111001 | 100100 |
Color Harmonies of #922886
Complementary color
Monochromatic Colors of #922886
Black with #922886
Text Example
Text Example
White with #922886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922886; }
p { color: rgb(146,40,134); }
H1.HeaderClassName
{
color: #922886;
}
.AnyTagClassName
{
color: #922886;
}
</style>
background-color css
<style>
a { background-color: #922886; }
a { background-color: rgb(146,40,134); }
div.DivClassName
{
background-color: #922886;
}
.BgClassName
{
background-color: #922886;
}
</style>
border-color css
<style>
span { border-color: #922886; }
span { border-color: rgb(146,40,134); }
td.TdClassName
{
border-color: #922886;
}
.TagClassName
{
border-color: #922886;
}
</style>