Shades of Dark Purple #922D7B
Tints of Dark Purple #922D7B
RGB
CMYK
RGB Variations
Color information
#922D7B (or 0x922D7B) is known color: Dark Purple. HEX triplet: 92, 2D and 7B. RGB value is (146,45,123). Sum of RGB (Red+Green+Blue) = 146+45+123=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #922D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922D7B is #6DD284. Grayscale: #535353. Windows color (decimal): -7197317 or 8072594. OLE color: 8072594.
HSL color Cylindrical-coordinate representation of color #922D7B: hue angle of 313.66º 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 #922D7B is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 123 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.43 |
| HSL | 313.66º | 0.53% | 0.37% | - |
| HSV(B) | 313.66º | 0.69% | 0.57% | - |
| XYZ | 16.37 | 9.42 | 19.69 | - |
| YUV | 84.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 123 | 0 | 0.69 | 0.16 | 0.43 | 313.66 | 0.53 | 0.37 |
| Hex | 92 | 2D | 7B | 0 | 45 | 10 | 2B | 13A | 35 | 25 |
| Octal | 222 | 55 | 173 | 0 | 105 | 20 | 53 | 472 | 65 | 45 |
| Binary | 10010010 | 101101 | 1111011 | 0 | 1000101 | 10000 | 101011 | 100111010 | 110101 | 100101 |
Color Harmonies of #922D7B
Complementary color
Monochromatic Colors of #922D7B
Black with #922D7B
Text Example
Text Example
White with #922D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D7B; }
p { color: rgb(146,45,123); }
H1.HeaderClassName
{
color: #922D7B;
}
.AnyTagClassName
{
color: #922D7B;
}
</style>
background-color css
<style>
a { background-color: #922D7B; }
a { background-color: rgb(146,45,123); }
div.DivClassName
{
background-color: #922D7B;
}
.BgClassName
{
background-color: #922D7B;
}
</style>
border-color css
<style>
span { border-color: #922D7B; }
span { border-color: rgb(146,45,123); }
td.TdClassName
{
border-color: #922D7B;
}
.TagClassName
{
border-color: #922D7B;
}
</style>