Shades of Dark Purple #922477
Tints of Dark Purple #922477
RGB
CMYK
RGB Variations
Color information
#922477 (or 0x922477) is known color: Dark Purple. HEX triplet: 92, 24 and 77. RGB value is (146,36,119). Sum of RGB (Red+Green+Blue) = 146+36+119=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #922477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922477 is #6DDB88. Grayscale: #4E4E4E. Windows color (decimal): -7199625 or 7808146. OLE color: 7808146.
HSL color Cylindrical-coordinate representation of color #922477: hue angle of 314.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922477 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 119 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.43 |
| HSL | 314.73º | 0.6% | 0.36% | - |
| HSV(B) | 314.73º | 0.75% | 0.57% | - |
| XYZ | 15.81 | 8.7 | 18.3 | - |
| YUV | 78.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 119 | 0 | 0.75 | 0.18 | 0.43 | 314.73 | 0.6 | 0.36 |
| Hex | 92 | 24 | 77 | 0 | 4B | 12 | 2B | 13B | 3C | 24 |
| Octal | 222 | 44 | 167 | 0 | 113 | 22 | 53 | 473 | 74 | 44 |
| Binary | 10010010 | 100100 | 1110111 | 0 | 1001011 | 10010 | 101011 | 100111011 | 111100 | 100100 |
Color Harmonies of #922477
Complementary color
Monochromatic Colors of #922477
Black with #922477
Text Example
Text Example
White with #922477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922477; }
p { color: rgb(146,36,119); }
H1.HeaderClassName
{
color: #922477;
}
.AnyTagClassName
{
color: #922477;
}
</style>
background-color css
<style>
a { background-color: #922477; }
a { background-color: rgb(146,36,119); }
div.DivClassName
{
background-color: #922477;
}
.BgClassName
{
background-color: #922477;
}
</style>
border-color css
<style>
span { border-color: #922477; }
span { border-color: rgb(146,36,119); }
td.TdClassName
{
border-color: #922477;
}
.TagClassName
{
border-color: #922477;
}
</style>