Shades of Dark Purple #922D7D
Tints of Dark Purple #922D7D
RGB
CMYK
RGB Variations
Color information
#922D7D (or 0x922D7D) is known color: Dark Purple. HEX triplet: 92, 2D and 7D. RGB value is (146,45,125). Sum of RGB (Red+Green+Blue) = 146+45+125=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #922D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922D7D is #6DD282. Grayscale: #545454. Windows color (decimal): -7197315 or 8203666. OLE color: 8203666.
HSL color Cylindrical-coordinate representation of color #922D7D: hue angle of 312.48º 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 #922D7D is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 125 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.43 |
| HSL | 312.48º | 0.53% | 0.37% | - |
| HSV(B) | 312.48º | 0.69% | 0.57% | - |
| XYZ | 16.49 | 9.47 | 20.36 | - |
| YUV | 84.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 125 | 0 | 0.69 | 0.14 | 0.43 | 312.48 | 0.53 | 0.37 |
| Hex | 92 | 2D | 7D | 0 | 45 | E | 2B | 138 | 35 | 25 |
| Octal | 222 | 55 | 175 | 0 | 105 | 16 | 53 | 470 | 65 | 45 |
| Binary | 10010010 | 101101 | 1111101 | 0 | 1000101 | 1110 | 101011 | 100111000 | 110101 | 100101 |
Color Harmonies of #922D7D
Complementary color
Monochromatic Colors of #922D7D
Black with #922D7D
Text Example
Text Example
White with #922D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D7D; }
p { color: rgb(146,45,125); }
H1.HeaderClassName
{
color: #922D7D;
}
.AnyTagClassName
{
color: #922D7D;
}
</style>
background-color css
<style>
a { background-color: #922D7D; }
a { background-color: rgb(146,45,125); }
div.DivClassName
{
background-color: #922D7D;
}
.BgClassName
{
background-color: #922D7D;
}
</style>
border-color css
<style>
span { border-color: #922D7D; }
span { border-color: rgb(146,45,125); }
td.TdClassName
{
border-color: #922D7D;
}
.TagClassName
{
border-color: #922D7D;
}
</style>