Shades of Dark Purple #922D81
Tints of Dark Purple #922D81
RGB
CMYK
RGB Variations
Color information
#922D81 (or 0x922D81) is known color: Dark Purple. HEX triplet: 92, 2D and 81. RGB value is (146,45,129). Sum of RGB (Red+Green+Blue) = 146+45+129=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #922D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922D81 is #6DD27E. Grayscale: #545454. Windows color (decimal): -7197311 or 8465810. OLE color: 8465810.
HSL color Cylindrical-coordinate representation of color #922D81: hue angle of 310.1º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #922D81 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 129 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.43 |
| HSL | 310.1º | 0.53% | 0.37% | - |
| HSV(B) | 310.1º | 0.69% | 0.57% | - |
| XYZ | 16.75 | 9.57 | 21.73 | - |
| YUV | 84.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 129 | 0 | 0.69 | 0.12 | 0.43 | 310.1 | 0.53 | 0.37 |
| Hex | 92 | 2D | 81 | 0 | 45 | C | 2B | 136 | 35 | 25 |
| Octal | 222 | 55 | 201 | 0 | 105 | 14 | 53 | 466 | 65 | 45 |
| Binary | 10010010 | 101101 | 10000001 | 0 | 1000101 | 1100 | 101011 | 100110110 | 110101 | 100101 |
Color Harmonies of #922D81
Complementary color
Monochromatic Colors of #922D81
Black with #922D81
Text Example
Text Example
White with #922D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D81; }
p { color: rgb(146,45,129); }
H1.HeaderClassName
{
color: #922D81;
}
.AnyTagClassName
{
color: #922D81;
}
</style>
background-color css
<style>
a { background-color: #922D81; }
a { background-color: rgb(146,45,129); }
div.DivClassName
{
background-color: #922D81;
}
.BgClassName
{
background-color: #922D81;
}
</style>
border-color css
<style>
span { border-color: #922D81; }
span { border-color: rgb(146,45,129); }
td.TdClassName
{
border-color: #922D81;
}
.TagClassName
{
border-color: #922D81;
}
</style>