Shades of Dark Purple #921779
Tints of Dark Purple #921779
RGB
CMYK
RGB Variations
Color information
#921779 (or 0x921779) is known color: Dark Purple. HEX triplet: 92, 17 and 79. RGB value is (146,23,121). Sum of RGB (Red+Green+Blue) = 146+23+121=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #921779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921779 is #6DE886. Grayscale: #464646. Windows color (decimal): -7202951 or 7935890. OLE color: 7935890.
HSL color Cylindrical-coordinate representation of color #921779: hue angle of 312.2º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921779 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 121 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.43 |
| HSL | 312.2º | 0.73% | 0.33% | - |
| HSV(B) | 312.2º | 0.84% | 0.57% | - |
| XYZ | 15.61 | 8.1 | 18.83 | - |
| YUV | 70.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 121 | 0 | 0.84 | 0.17 | 0.43 | 312.2 | 0.73 | 0.33 |
| Hex | 92 | 17 | 79 | 0 | 54 | 11 | 2B | 138 | 49 | 21 |
| Octal | 222 | 27 | 171 | 0 | 124 | 21 | 53 | 470 | 111 | 41 |
| Binary | 10010010 | 10111 | 1111001 | 0 | 1010100 | 10001 | 101011 | 100111000 | 1001001 | 100001 |
Color Harmonies of #921779
Complementary color
Monochromatic Colors of #921779
Black with #921779
Text Example
Text Example
White with #921779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921779; }
p { color: rgb(146,23,121); }
H1.HeaderClassName
{
color: #921779;
}
.AnyTagClassName
{
color: #921779;
}
</style>
background-color css
<style>
a { background-color: #921779; }
a { background-color: rgb(146,23,121); }
div.DivClassName
{
background-color: #921779;
}
.BgClassName
{
background-color: #921779;
}
</style>
border-color css
<style>
span { border-color: #921779; }
span { border-color: rgb(146,23,121); }
td.TdClassName
{
border-color: #921779;
}
.TagClassName
{
border-color: #921779;
}
</style>