Shades of Dark Purple #922F70
Tints of Dark Purple #922F70
RGB
CMYK
RGB Variations
Color information
#922F70 (or 0x922F70) is known color: Dark Purple. HEX triplet: 92, 2F and 70. RGB value is (146,47,112). Sum of RGB (Red+Green+Blue) = 146+47+112=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #922F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922F70 is #6DD08F. Grayscale: #535353. Windows color (decimal): -7196816 or 7352210. OLE color: 7352210.
HSL color Cylindrical-coordinate representation of color #922F70: hue angle of 320.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922F70 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 47 | 112 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.43 |
| HSL | 320.61º | 0.51% | 0.38% | - |
| HSV(B) | 320.61º | 0.68% | 0.57% | - |
| XYZ | 15.8 | 9.31 | 16.29 | - |
| YUV | 84.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 112 | 0 | 0.68 | 0.23 | 0.43 | 320.61 | 0.51 | 0.38 |
| Hex | 92 | 2F | 70 | 0 | 44 | 17 | 2B | 141 | 33 | 26 |
| Octal | 222 | 57 | 160 | 0 | 104 | 27 | 53 | 501 | 63 | 46 |
| Binary | 10010010 | 101111 | 1110000 | 0 | 1000100 | 10111 | 101011 | 101000001 | 110011 | 100110 |
Color Harmonies of #922F70
Complementary color
Monochromatic Colors of #922F70
Black with #922F70
Text Example
Text Example
White with #922F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922F70; }
p { color: rgb(146,47,112); }
H1.HeaderClassName
{
color: #922F70;
}
.AnyTagClassName
{
color: #922F70;
}
</style>
background-color css
<style>
a { background-color: #922F70; }
a { background-color: rgb(146,47,112); }
div.DivClassName
{
background-color: #922F70;
}
.BgClassName
{
background-color: #922F70;
}
</style>
border-color css
<style>
span { border-color: #922F70; }
span { border-color: rgb(146,47,112); }
td.TdClassName
{
border-color: #922F70;
}
.TagClassName
{
border-color: #922F70;
}
</style>