Shades of Dark Purple #922582
Tints of Dark Purple #922582
RGB
CMYK
RGB Variations
Color information
#922582 (or 0x922582) is known color: Dark Purple. HEX triplet: 92, 25 and 82. RGB value is (146,37,130). Sum of RGB (Red+Green+Blue) = 146+37+130=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #922582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922582 is #6DDA7D. Grayscale: #4F4F4F. Windows color (decimal): -7199358 or 8529298. OLE color: 8529298.
HSL color Cylindrical-coordinate representation of color #922582: hue angle of 308.81º 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 #922582 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 130 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.43 |
| HSL | 308.81º | 0.6% | 0.36% | - |
| HSV(B) | 308.81º | 0.75% | 0.57% | - |
| XYZ | 16.54 | 9.05 | 21.99 | - |
| YUV | 80.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 130 | 0 | 0.75 | 0.11 | 0.43 | 308.81 | 0.6 | 0.36 |
| Hex | 92 | 25 | 82 | 0 | 4B | B | 2B | 135 | 3C | 24 |
| Octal | 222 | 45 | 202 | 0 | 113 | 13 | 53 | 465 | 74 | 44 |
| Binary | 10010010 | 100101 | 10000010 | 0 | 1001011 | 1011 | 101011 | 100110101 | 111100 | 100100 |
Color Harmonies of #922582
Complementary color
Monochromatic Colors of #922582
Black with #922582
Text Example
Text Example
White with #922582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922582; }
p { color: rgb(146,37,130); }
H1.HeaderClassName
{
color: #922582;
}
.AnyTagClassName
{
color: #922582;
}
</style>
background-color css
<style>
a { background-color: #922582; }
a { background-color: rgb(146,37,130); }
div.DivClassName
{
background-color: #922582;
}
.BgClassName
{
background-color: #922582;
}
</style>
border-color css
<style>
span { border-color: #922582; }
span { border-color: rgb(146,37,130); }
td.TdClassName
{
border-color: #922582;
}
.TagClassName
{
border-color: #922582;
}
</style>