Shades of Dark Purple #922075
Tints of Dark Purple #922075
RGB
CMYK
RGB Variations
Color information
#922075 (or 0x922075) is known color: Dark Purple. HEX triplet: 92, 20 and 75. RGB value is (146,32,117). Sum of RGB (Red+Green+Blue) = 146+32+117=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #922075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922075 is #6DDF8A. Grayscale: #4B4B4B. Windows color (decimal): -7200651 or 7676050. OLE color: 7676050.
HSL color Cylindrical-coordinate representation of color #922075: hue angle of 315.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922075 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 117 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.43 |
| HSL | 315.26º | 0.64% | 0.35% | - |
| HSV(B) | 315.26º | 0.78% | 0.57% | - |
| XYZ | 15.58 | 8.43 | 17.64 | - |
| YUV | 75.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 117 | 0 | 0.78 | 0.20 | 0.43 | 315.26 | 0.64 | 0.35 |
| Hex | 92 | 20 | 75 | 0 | 4E | 14 | 2B | 13B | 40 | 23 |
| Octal | 222 | 40 | 165 | 0 | 116 | 24 | 53 | 473 | 100 | 43 |
| Binary | 10010010 | 100000 | 1110101 | 0 | 1001110 | 10100 | 101011 | 100111011 | 1000000 | 100011 |
Color Harmonies of #922075
Complementary color
Monochromatic Colors of #922075
Black with #922075
Text Example
Text Example
White with #922075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922075; }
p { color: rgb(146,32,117); }
H1.HeaderClassName
{
color: #922075;
}
.AnyTagClassName
{
color: #922075;
}
</style>
background-color css
<style>
a { background-color: #922075; }
a { background-color: rgb(146,32,117); }
div.DivClassName
{
background-color: #922075;
}
.BgClassName
{
background-color: #922075;
}
</style>
border-color css
<style>
span { border-color: #922075; }
span { border-color: rgb(146,32,117); }
td.TdClassName
{
border-color: #922075;
}
.TagClassName
{
border-color: #922075;
}
</style>