Shades of Dark Purple #921978
Tints of Dark Purple #921978
RGB
CMYK
RGB Variations
Color information
#921978 (or 0x921978) is known color: Dark Purple. HEX triplet: 92, 19 and 78. RGB value is (146,25,120). Sum of RGB (Red+Green+Blue) = 146+25+120=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #921978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921978 is #6DE687. Grayscale: #474747. Windows color (decimal): -7202440 or 7870866. OLE color: 7870866.
HSL color Cylindrical-coordinate representation of color #921978: hue angle of 312.89º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921978 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 120 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.43 |
| HSL | 312.89º | 0.71% | 0.34% | - |
| HSV(B) | 312.89º | 0.83% | 0.57% | - |
| XYZ | 15.59 | 8.16 | 18.52 | - |
| YUV | 72.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 120 | 0 | 0.83 | 0.18 | 0.43 | 312.89 | 0.71 | 0.34 |
| Hex | 92 | 19 | 78 | 0 | 53 | 12 | 2B | 139 | 47 | 22 |
| Octal | 222 | 31 | 170 | 0 | 123 | 22 | 53 | 471 | 107 | 42 |
| Binary | 10010010 | 11001 | 1111000 | 0 | 1010011 | 10010 | 101011 | 100111001 | 1000111 | 100010 |
Color Harmonies of #921978
Complementary color
Monochromatic Colors of #921978
Black with #921978
Text Example
Text Example
White with #921978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921978; }
p { color: rgb(146,25,120); }
H1.HeaderClassName
{
color: #921978;
}
.AnyTagClassName
{
color: #921978;
}
</style>
background-color css
<style>
a { background-color: #921978; }
a { background-color: rgb(146,25,120); }
div.DivClassName
{
background-color: #921978;
}
.BgClassName
{
background-color: #921978;
}
</style>
border-color css
<style>
span { border-color: #921978; }
span { border-color: rgb(146,25,120); }
td.TdClassName
{
border-color: #921978;
}
.TagClassName
{
border-color: #921978;
}
</style>