Shades of Dark Purple #921770
Tints of Dark Purple #921770
RGB
CMYK
RGB Variations
Color information
#921770 (or 0x921770) is known color: Dark Purple. HEX triplet: 92, 17 and 70. RGB value is (146,23,112). Sum of RGB (Red+Green+Blue) = 146+23+112=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921770 is #6DE88F. Grayscale: #454545. Windows color (decimal): -7202960 or 7346066. OLE color: 7346066.
HSL color Cylindrical-coordinate representation of color #921770: hue angle of 316.59º 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 #921770 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 112 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.43 |
| HSL | 316.59º | 0.73% | 0.33% | - |
| HSV(B) | 316.59º | 0.84% | 0.57% | - |
| XYZ | 15.09 | 7.89 | 16.06 | - |
| YUV | 69.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 112 | 0 | 0.84 | 0.23 | 0.43 | 316.59 | 0.73 | 0.33 |
| Hex | 92 | 17 | 70 | 0 | 54 | 17 | 2B | 13D | 49 | 21 |
| Octal | 222 | 27 | 160 | 0 | 124 | 27 | 53 | 475 | 111 | 41 |
| Binary | 10010010 | 10111 | 1110000 | 0 | 1010100 | 10111 | 101011 | 100111101 | 1001001 | 100001 |
Color Harmonies of #921770
Complementary color
Monochromatic Colors of #921770
Black with #921770
Text Example
Text Example
White with #921770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921770; }
p { color: rgb(146,23,112); }
H1.HeaderClassName
{
color: #921770;
}
.AnyTagClassName
{
color: #921770;
}
</style>
background-color css
<style>
a { background-color: #921770; }
a { background-color: rgb(146,23,112); }
div.DivClassName
{
background-color: #921770;
}
.BgClassName
{
background-color: #921770;
}
</style>
border-color css
<style>
span { border-color: #921770; }
span { border-color: rgb(146,23,112); }
td.TdClassName
{
border-color: #921770;
}
.TagClassName
{
border-color: #921770;
}
</style>