Shades of Dark Purple #922D8B
Tints of Dark Purple #922D8B
RGB
CMYK
RGB Variations
Color information
#922D8B (or 0x922D8B) is known color: Dark Purple. HEX triplet: 92, 2D and 8B. RGB value is (146,45,139). Sum of RGB (Red+Green+Blue) = 146+45+139=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #922D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922D8B is #6DD274. Grayscale: #555555. Windows color (decimal): -7197301 or 9121170. OLE color: 9121170.
HSL color Cylindrical-coordinate representation of color #922D8B: hue angle of 304.16º 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 #922D8B is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 139 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.43 |
| HSL | 304.16º | 0.53% | 0.37% | - |
| HSV(B) | 304.16º | 0.69% | 0.57% | - |
| XYZ | 17.45 | 9.85 | 25.41 | - |
| YUV | 85.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 139 | 0 | 0.69 | 0.05 | 0.43 | 304.16 | 0.53 | 0.37 |
| Hex | 92 | 2D | 8B | 0 | 45 | 5 | 2B | 130 | 35 | 25 |
| Octal | 222 | 55 | 213 | 0 | 105 | 5 | 53 | 460 | 65 | 45 |
| Binary | 10010010 | 101101 | 10001011 | 0 | 1000101 | 101 | 101011 | 100110000 | 110101 | 100101 |
Color Harmonies of #922D8B
Complementary color
Monochromatic Colors of #922D8B
Black with #922D8B
Text Example
Text Example
White with #922D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D8B; }
p { color: rgb(146,45,139); }
H1.HeaderClassName
{
color: #922D8B;
}
.AnyTagClassName
{
color: #922D8B;
}
</style>
background-color css
<style>
a { background-color: #922D8B; }
a { background-color: rgb(146,45,139); }
div.DivClassName
{
background-color: #922D8B;
}
.BgClassName
{
background-color: #922D8B;
}
</style>
border-color css
<style>
span { border-color: #922D8B; }
span { border-color: rgb(146,45,139); }
td.TdClassName
{
border-color: #922D8B;
}
.TagClassName
{
border-color: #922D8B;
}
</style>