Shades of Dark Purple #922B7D
Tints of Dark Purple #922B7D
RGB
CMYK
RGB Variations
Color information
#922B7D (or 0x922B7D) is known color: Dark Purple. HEX triplet: 92, 2B and 7D. RGB value is (146,43,125). Sum of RGB (Red+Green+Blue) = 146+43+125=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #922B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922B7D is #6DD482. Grayscale: #525252. Windows color (decimal): -7197827 or 8203154. OLE color: 8203154.
HSL color Cylindrical-coordinate representation of color #922B7D: hue angle of 312.23º degrees, saturation: 0.54, 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 #922B7D is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 43 | 125 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.43 |
| HSL | 312.23º | 0.54% | 0.37% | - |
| HSV(B) | 312.23º | 0.71% | 0.57% | - |
| XYZ | 16.42 | 9.32 | 20.34 | - |
| YUV | 83.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 43 | 125 | 0 | 0.71 | 0.14 | 0.43 | 312.23 | 0.54 | 0.37 |
| Hex | 92 | 2B | 7D | 0 | 47 | E | 2B | 138 | 36 | 25 |
| Octal | 222 | 53 | 175 | 0 | 107 | 16 | 53 | 470 | 66 | 45 |
| Binary | 10010010 | 101011 | 1111101 | 0 | 1000111 | 1110 | 101011 | 100111000 | 110110 | 100101 |
Color Harmonies of #922B7D
Complementary color
Monochromatic Colors of #922B7D
Black with #922B7D
Text Example
Text Example
White with #922B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922B7D; }
p { color: rgb(146,43,125); }
H1.HeaderClassName
{
color: #922B7D;
}
.AnyTagClassName
{
color: #922B7D;
}
</style>
background-color css
<style>
a { background-color: #922B7D; }
a { background-color: rgb(146,43,125); }
div.DivClassName
{
background-color: #922B7D;
}
.BgClassName
{
background-color: #922B7D;
}
</style>
border-color css
<style>
span { border-color: #922B7D; }
span { border-color: rgb(146,43,125); }
td.TdClassName
{
border-color: #922B7D;
}
.TagClassName
{
border-color: #922B7D;
}
</style>