Shades of Dark Purple #922A8A
Tints of Dark Purple #922A8A
RGB
CMYK
RGB Variations
Color information
#922A8A (or 0x922A8A) is known color: Dark Purple. HEX triplet: 92, 2A and 8A. RGB value is (146,42,138). Sum of RGB (Red+Green+Blue) = 146+42+138=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #922A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922A8A is #6DD575. Grayscale: #535353. Windows color (decimal): -7198070 or 9054866. OLE color: 9054866.
HSL color Cylindrical-coordinate representation of color #922A8A: hue angle of 304.62º 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 #922A8A is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 42 | 138 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.43 |
| HSL | 304.62º | 0.55% | 0.37% | - |
| HSV(B) | 304.62º | 0.71% | 0.57% | - |
| XYZ | 17.27 | 9.6 | 24.99 | - |
| YUV | 84.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 138 | 0 | 0.71 | 0.05 | 0.43 | 304.62 | 0.55 | 0.37 |
| Hex | 92 | 2A | 8A | 0 | 47 | 5 | 2B | 131 | 37 | 25 |
| Octal | 222 | 52 | 212 | 0 | 107 | 5 | 53 | 461 | 67 | 45 |
| Binary | 10010010 | 101010 | 10001010 | 0 | 1000111 | 101 | 101011 | 100110001 | 110111 | 100101 |
Color Harmonies of #922A8A
Complementary color
Monochromatic Colors of #922A8A
Black with #922A8A
Text Example
Text Example
White with #922A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922A8A; }
p { color: rgb(146,42,138); }
H1.HeaderClassName
{
color: #922A8A;
}
.AnyTagClassName
{
color: #922A8A;
}
</style>
background-color css
<style>
a { background-color: #922A8A; }
a { background-color: rgb(146,42,138); }
div.DivClassName
{
background-color: #922A8A;
}
.BgClassName
{
background-color: #922A8A;
}
</style>
border-color css
<style>
span { border-color: #922A8A; }
span { border-color: rgb(146,42,138); }
td.TdClassName
{
border-color: #922A8A;
}
.TagClassName
{
border-color: #922A8A;
}
</style>