Shades of Dark Purple #921E74
Tints of Dark Purple #921E74
RGB
CMYK
RGB Variations
Color information
#921E74 (or 0x921E74) is known color: Dark Purple. HEX triplet: 92, 1E and 74. RGB value is (146,30,116). Sum of RGB (Red+Green+Blue) = 146+30+116=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #921E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E74 is #6DE18B. Grayscale: #4A4A4A. Windows color (decimal): -7201164 or 7610002. OLE color: 7610002.
HSL color Cylindrical-coordinate representation of color #921E74: hue angle of 315.52º 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 #921E74 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 116 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.43 |
| HSL | 315.52º | 0.66% | 0.35% | - |
| HSV(B) | 315.52º | 0.79% | 0.57% | - |
| XYZ | 15.47 | 8.3 | 17.31 | - |
| YUV | 74.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 116 | 0 | 0.79 | 0.21 | 0.43 | 315.52 | 0.66 | 0.35 |
| Hex | 92 | 1E | 74 | 0 | 4F | 15 | 2B | 13C | 42 | 23 |
| Octal | 222 | 36 | 164 | 0 | 117 | 25 | 53 | 474 | 102 | 43 |
| Binary | 10010010 | 11110 | 1110100 | 0 | 1001111 | 10101 | 101011 | 100111100 | 1000010 | 100011 |
Color Harmonies of #921E74
Complementary color
Monochromatic Colors of #921E74
Black with #921E74
Text Example
Text Example
White with #921E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E74; }
p { color: rgb(146,30,116); }
H1.HeaderClassName
{
color: #921E74;
}
.AnyTagClassName
{
color: #921E74;
}
</style>
background-color css
<style>
a { background-color: #921E74; }
a { background-color: rgb(146,30,116); }
div.DivClassName
{
background-color: #921E74;
}
.BgClassName
{
background-color: #921E74;
}
</style>
border-color css
<style>
span { border-color: #921E74; }
span { border-color: rgb(146,30,116); }
td.TdClassName
{
border-color: #921E74;
}
.TagClassName
{
border-color: #921E74;
}
</style>