Shades of Dark Purple #922585
Tints of Dark Purple #922585
RGB
CMYK
RGB Variations
Color information
#922585 (or 0x922585) is known color: Dark Purple. HEX triplet: 92, 25 and 85. RGB value is (146,37,133). Sum of RGB (Red+Green+Blue) = 146+37+133=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #922585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922585 is #6DDA7A. Grayscale: #505050. Windows color (decimal): -7199355 or 8725906. OLE color: 8725906.
HSL color Cylindrical-coordinate representation of color #922585: hue angle of 307.16º 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 #922585 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 133 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.43 |
| HSL | 307.16º | 0.6% | 0.36% | - |
| HSV(B) | 307.16º | 0.75% | 0.57% | - |
| XYZ | 16.75 | 9.13 | 23.07 | - |
| YUV | 80.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 133 | 0 | 0.75 | 0.09 | 0.43 | 307.16 | 0.6 | 0.36 |
| Hex | 92 | 25 | 85 | 0 | 4B | 9 | 2B | 133 | 3C | 24 |
| Octal | 222 | 45 | 205 | 0 | 113 | 11 | 53 | 463 | 74 | 44 |
| Binary | 10010010 | 100101 | 10000101 | 0 | 1001011 | 1001 | 101011 | 100110011 | 111100 | 100100 |
Color Harmonies of #922585
Complementary color
Monochromatic Colors of #922585
Black with #922585
Text Example
Text Example
White with #922585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922585; }
p { color: rgb(146,37,133); }
H1.HeaderClassName
{
color: #922585;
}
.AnyTagClassName
{
color: #922585;
}
</style>
background-color css
<style>
a { background-color: #922585; }
a { background-color: rgb(146,37,133); }
div.DivClassName
{
background-color: #922585;
}
.BgClassName
{
background-color: #922585;
}
</style>
border-color css
<style>
span { border-color: #922585; }
span { border-color: rgb(146,37,133); }
td.TdClassName
{
border-color: #922585;
}
.TagClassName
{
border-color: #922585;
}
</style>