Shades of Dark Purple #922A82
Tints of Dark Purple #922A82
RGB
CMYK
RGB Variations
Color information
#922A82 (or 0x922A82) is known color: Dark Purple. HEX triplet: 92, 2A and 82. RGB value is (146,42,130). Sum of RGB (Red+Green+Blue) = 146+42+130=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #922A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922A82 is #6DD57D. Grayscale: #525252. Windows color (decimal): -7198078 or 8530578. OLE color: 8530578.
HSL color Cylindrical-coordinate representation of color #922A82: hue angle of 309.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #922A82 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 42 | 130 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.43 |
| HSL | 309.23º | 0.55% | 0.37% | - |
| HSV(B) | 309.23º | 0.71% | 0.57% | - |
| XYZ | 16.71 | 9.38 | 22.05 | - |
| YUV | 83.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 130 | 0 | 0.71 | 0.11 | 0.43 | 309.23 | 0.55 | 0.37 |
| Hex | 92 | 2A | 82 | 0 | 47 | B | 2B | 135 | 37 | 25 |
| Octal | 222 | 52 | 202 | 0 | 107 | 13 | 53 | 465 | 67 | 45 |
| Binary | 10010010 | 101010 | 10000010 | 0 | 1000111 | 1011 | 101011 | 100110101 | 110111 | 100101 |
Color Harmonies of #922A82
Complementary color
Monochromatic Colors of #922A82
Black with #922A82
Text Example
Text Example
White with #922A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922A82; }
p { color: rgb(146,42,130); }
H1.HeaderClassName
{
color: #922A82;
}
.AnyTagClassName
{
color: #922A82;
}
</style>
background-color css
<style>
a { background-color: #922A82; }
a { background-color: rgb(146,42,130); }
div.DivClassName
{
background-color: #922A82;
}
.BgClassName
{
background-color: #922A82;
}
</style>
border-color css
<style>
span { border-color: #922A82; }
span { border-color: rgb(146,42,130); }
td.TdClassName
{
border-color: #922A82;
}
.TagClassName
{
border-color: #922A82;
}
</style>