Shades of Dark Purple #922586
Tints of Dark Purple #922586
RGB
CMYK
RGB Variations
Color information
#922586 (or 0x922586) is known color: Dark Purple. HEX triplet: 92, 25 and 86. RGB value is (146,37,134). Sum of RGB (Red+Green+Blue) = 146+37+134=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922586 is #6DDA79. Grayscale: #505050. Windows color (decimal): -7199354 or 8791442. OLE color: 8791442.
HSL color Cylindrical-coordinate representation of color #922586: hue angle of 306.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922586 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 134 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.43 |
| HSL | 306.61º | 0.6% | 0.36% | - |
| HSV(B) | 306.61º | 0.75% | 0.57% | - |
| XYZ | 16.82 | 9.16 | 23.43 | - |
| YUV | 80.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 134 | 0 | 0.75 | 0.08 | 0.43 | 306.61 | 0.6 | 0.36 |
| Hex | 92 | 25 | 86 | 0 | 4B | 8 | 2B | 133 | 3C | 24 |
| Octal | 222 | 45 | 206 | 0 | 113 | 10 | 53 | 463 | 74 | 44 |
| Binary | 10010010 | 100101 | 10000110 | 0 | 1001011 | 1000 | 101011 | 100110011 | 111100 | 100100 |
Color Harmonies of #922586
Complementary color
Monochromatic Colors of #922586
Black with #922586
Text Example
Text Example
White with #922586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922586; }
p { color: rgb(146,37,134); }
H1.HeaderClassName
{
color: #922586;
}
.AnyTagClassName
{
color: #922586;
}
</style>
background-color css
<style>
a { background-color: #922586; }
a { background-color: rgb(146,37,134); }
div.DivClassName
{
background-color: #922586;
}
.BgClassName
{
background-color: #922586;
}
</style>
border-color css
<style>
span { border-color: #922586; }
span { border-color: rgb(146,37,134); }
td.TdClassName
{
border-color: #922586;
}
.TagClassName
{
border-color: #922586;
}
</style>