Shades of Dark Purple #921E73
Tints of Dark Purple #921E73
RGB
CMYK
RGB Variations
Color information
#921E73 (or 0x921E73) is known color: Dark Purple. HEX triplet: 92, 1E and 73. RGB value is (146,30,115). Sum of RGB (Red+Green+Blue) = 146+30+115=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #921E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E73 is #6DE18C. Grayscale: #4A4A4A. Windows color (decimal): -7201165 or 7544466. OLE color: 7544466.
HSL color Cylindrical-coordinate representation of color #921E73: hue angle of 316.03º 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 #921E73 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 115 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.43 |
| HSL | 316.03º | 0.66% | 0.35% | - |
| HSV(B) | 316.03º | 0.79% | 0.57% | - |
| XYZ | 15.41 | 8.28 | 17.01 | - |
| YUV | 74.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 115 | 0 | 0.79 | 0.21 | 0.43 | 316.03 | 0.66 | 0.35 |
| Hex | 92 | 1E | 73 | 0 | 4F | 15 | 2B | 13C | 42 | 23 |
| Octal | 222 | 36 | 163 | 0 | 117 | 25 | 53 | 474 | 102 | 43 |
| Binary | 10010010 | 11110 | 1110011 | 0 | 1001111 | 10101 | 101011 | 100111100 | 1000010 | 100011 |
Color Harmonies of #921E73
Complementary color
Monochromatic Colors of #921E73
Black with #921E73
Text Example
Text Example
White with #921E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E73; }
p { color: rgb(146,30,115); }
H1.HeaderClassName
{
color: #921E73;
}
.AnyTagClassName
{
color: #921E73;
}
</style>
background-color css
<style>
a { background-color: #921E73; }
a { background-color: rgb(146,30,115); }
div.DivClassName
{
background-color: #921E73;
}
.BgClassName
{
background-color: #921E73;
}
</style>
border-color css
<style>
span { border-color: #921E73; }
span { border-color: rgb(146,30,115); }
td.TdClassName
{
border-color: #921E73;
}
.TagClassName
{
border-color: #921E73;
}
</style>