Shades of Dark Purple #922673
Tints of Dark Purple #922673
RGB
CMYK
RGB Variations
Color information
#922673 (or 0x922673) is known color: Dark Purple. HEX triplet: 92, 26 and 73. RGB value is (146,38,115). Sum of RGB (Red+Green+Blue) = 146+38+115=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #922673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922673 is #6DD98C. Grayscale: #4E4E4E. Windows color (decimal): -7199117 or 7546514. OLE color: 7546514.
HSL color Cylindrical-coordinate representation of color #922673: hue angle of 317.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #922673 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 115 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.43 |
| HSL | 317.22º | 0.59% | 0.36% | - |
| HSV(B) | 317.22º | 0.74% | 0.57% | - |
| XYZ | 15.64 | 8.74 | 17.08 | - |
| YUV | 79.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 115 | 0 | 0.74 | 0.21 | 0.43 | 317.22 | 0.59 | 0.36 |
| Hex | 92 | 26 | 73 | 0 | 4A | 15 | 2B | 13D | 3B | 24 |
| Octal | 222 | 46 | 163 | 0 | 112 | 25 | 53 | 475 | 73 | 44 |
| Binary | 10010010 | 100110 | 1110011 | 0 | 1001010 | 10101 | 101011 | 100111101 | 111011 | 100100 |
Color Harmonies of #922673
Complementary color
Monochromatic Colors of #922673
Black with #922673
Text Example
Text Example
White with #922673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922673; }
p { color: rgb(146,38,115); }
H1.HeaderClassName
{
color: #922673;
}
.AnyTagClassName
{
color: #922673;
}
</style>
background-color css
<style>
a { background-color: #922673; }
a { background-color: rgb(146,38,115); }
div.DivClassName
{
background-color: #922673;
}
.BgClassName
{
background-color: #922673;
}
</style>
border-color css
<style>
span { border-color: #922673; }
span { border-color: rgb(146,38,115); }
td.TdClassName
{
border-color: #922673;
}
.TagClassName
{
border-color: #922673;
}
</style>