Shades of Dark Purple #922370
Tints of Dark Purple #922370
RGB
CMYK
RGB Variations
Color information
#922370 (or 0x922370) is known color: Dark Purple. HEX triplet: 92, 23 and 70. RGB value is (146,35,112). Sum of RGB (Red+Green+Blue) = 146+35+112=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #922370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922370 is #6DDC8F. Grayscale: #4C4C4C. Windows color (decimal): -7199888 or 7349138. OLE color: 7349138.
HSL color Cylindrical-coordinate representation of color #922370: hue angle of 318.38º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922370 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 35 | 112 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.43 |
| HSL | 318.38º | 0.61% | 0.35% | - |
| HSV(B) | 318.38º | 0.76% | 0.57% | - |
| XYZ | 15.38 | 8.48 | 16.16 | - |
| YUV | 76.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 35 | 112 | 0 | 0.76 | 0.23 | 0.43 | 318.38 | 0.61 | 0.35 |
| Hex | 92 | 23 | 70 | 0 | 4C | 17 | 2B | 13E | 3D | 23 |
| Octal | 222 | 43 | 160 | 0 | 114 | 27 | 53 | 476 | 75 | 43 |
| Binary | 10010010 | 100011 | 1110000 | 0 | 1001100 | 10111 | 101011 | 100111110 | 111101 | 100011 |
Color Harmonies of #922370
Complementary color
Monochromatic Colors of #922370
Black with #922370
Text Example
Text Example
White with #922370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922370; }
p { color: rgb(146,35,112); }
H1.HeaderClassName
{
color: #922370;
}
.AnyTagClassName
{
color: #922370;
}
</style>
background-color css
<style>
a { background-color: #922370; }
a { background-color: rgb(146,35,112); }
div.DivClassName
{
background-color: #922370;
}
.BgClassName
{
background-color: #922370;
}
</style>
border-color css
<style>
span { border-color: #922370; }
span { border-color: rgb(146,35,112); }
td.TdClassName
{
border-color: #922370;
}
.TagClassName
{
border-color: #922370;
}
</style>