Shades of Dark Purple #922773
Tints of Dark Purple #922773
RGB
CMYK
RGB Variations
Color information
#922773 (or 0x922773) is known color: Dark Purple. HEX triplet: 92, 27 and 73. RGB value is (146,39,115). Sum of RGB (Red+Green+Blue) = 146+39+115=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #922773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922773 is #6DD88C. Grayscale: #4F4F4F. Windows color (decimal): -7198861 or 7546770. OLE color: 7546770.
HSL color Cylindrical-coordinate representation of color #922773: hue angle of 317.38º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #922773 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 39 | 115 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.43 |
| HSL | 317.38º | 0.58% | 0.36% | - |
| HSV(B) | 317.38º | 0.73% | 0.57% | - |
| XYZ | 15.67 | 8.8 | 17.09 | - |
| YUV | 79.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 115 | 0 | 0.73 | 0.21 | 0.43 | 317.38 | 0.58 | 0.36 |
| Hex | 92 | 27 | 73 | 0 | 49 | 15 | 2B | 13D | 3A | 24 |
| Octal | 222 | 47 | 163 | 0 | 111 | 25 | 53 | 475 | 72 | 44 |
| Binary | 10010010 | 100111 | 1110011 | 0 | 1001001 | 10101 | 101011 | 100111101 | 111010 | 100100 |
Color Harmonies of #922773
Complementary color
Monochromatic Colors of #922773
Black with #922773
Text Example
Text Example
White with #922773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922773; }
p { color: rgb(146,39,115); }
H1.HeaderClassName
{
color: #922773;
}
.AnyTagClassName
{
color: #922773;
}
</style>
background-color css
<style>
a { background-color: #922773; }
a { background-color: rgb(146,39,115); }
div.DivClassName
{
background-color: #922773;
}
.BgClassName
{
background-color: #922773;
}
</style>
border-color css
<style>
span { border-color: #922773; }
span { border-color: rgb(146,39,115); }
td.TdClassName
{
border-color: #922773;
}
.TagClassName
{
border-color: #922773;
}
</style>