Shades of Dark Purple #921078
Tints of Dark Purple #921078
RGB
CMYK
RGB Variations
Color information
#921078 (or 0x921078) is known color: Dark Purple. HEX triplet: 92, 10 and 78. RGB value is (146,16,120). Sum of RGB (Red+Green+Blue) = 146+16+120=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #921078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921078 is #6DEF87. Grayscale: #424242. Windows color (decimal): -7204744 or 7868562. OLE color: 7868562.
HSL color Cylindrical-coordinate representation of color #921078: hue angle of 312º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921078 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 120 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.43 |
| HSL | 312º | 0.8% | 0.32% | - |
| HSV(B) | 312º | 0.89% | 0.57% | - |
| XYZ | 15.43 | 7.84 | 18.47 | - |
| YUV | 66.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 120 | 0 | 0.89 | 0.18 | 0.43 | 312 | 0.8 | 0.32 |
| Hex | 92 | 10 | 78 | 0 | 59 | 12 | 2B | 138 | 50 | 20 |
| Octal | 222 | 20 | 170 | 0 | 131 | 22 | 53 | 470 | 120 | 40 |
| Binary | 10010010 | 10000 | 1111000 | 0 | 1011001 | 10010 | 101011 | 100111000 | 1010000 | 100000 |
Color Harmonies of #921078
Complementary color
Monochromatic Colors of #921078
Black with #921078
Text Example
Text Example
White with #921078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921078; }
p { color: rgb(146,16,120); }
H1.HeaderClassName
{
color: #921078;
}
.AnyTagClassName
{
color: #921078;
}
</style>
background-color css
<style>
a { background-color: #921078; }
a { background-color: rgb(146,16,120); }
div.DivClassName
{
background-color: #921078;
}
.BgClassName
{
background-color: #921078;
}
</style>
border-color css
<style>
span { border-color: #921078; }
span { border-color: rgb(146,16,120); }
td.TdClassName
{
border-color: #921078;
}
.TagClassName
{
border-color: #921078;
}
</style>