Shades of Dark Purple #921E77
Tints of Dark Purple #921E77
RGB
CMYK
RGB Variations
Color information
#921E77 (or 0x921E77) is known color: Dark Purple. HEX triplet: 92, 1E and 77. RGB value is (146,30,119). Sum of RGB (Red+Green+Blue) = 146+30+119=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #921E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E77 is #6DE188. Grayscale: #4A4A4A. Windows color (decimal): -7201161 or 7806610. OLE color: 7806610.
HSL color Cylindrical-coordinate representation of color #921E77: hue angle of 313.97º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E77 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 119 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.43 |
| HSL | 313.97º | 0.66% | 0.35% | - |
| HSV(B) | 313.97º | 0.79% | 0.57% | - |
| XYZ | 15.65 | 8.37 | 18.24 | - |
| YUV | 74.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 119 | 0 | 0.79 | 0.18 | 0.43 | 313.97 | 0.66 | 0.35 |
| Hex | 92 | 1E | 77 | 0 | 4F | 12 | 2B | 13A | 42 | 23 |
| Octal | 222 | 36 | 167 | 0 | 117 | 22 | 53 | 472 | 102 | 43 |
| Binary | 10010010 | 11110 | 1110111 | 0 | 1001111 | 10010 | 101011 | 100111010 | 1000010 | 100011 |
Color Harmonies of #921E77
Complementary color
Monochromatic Colors of #921E77
Black with #921E77
Text Example
Text Example
White with #921E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E77; }
p { color: rgb(146,30,119); }
H1.HeaderClassName
{
color: #921E77;
}
.AnyTagClassName
{
color: #921E77;
}
</style>
background-color css
<style>
a { background-color: #921E77; }
a { background-color: rgb(146,30,119); }
div.DivClassName
{
background-color: #921E77;
}
.BgClassName
{
background-color: #921E77;
}
</style>
border-color css
<style>
span { border-color: #921E77; }
span { border-color: rgb(146,30,119); }
td.TdClassName
{
border-color: #921E77;
}
.TagClassName
{
border-color: #921E77;
}
</style>