Shades of Dark Purple #921789
Tints of Dark Purple #921789
RGB
CMYK
RGB Variations
Color information
#921789 (or 0x921789) is known color: Dark Purple. HEX triplet: 92, 17 and 89. RGB value is (146,23,137). Sum of RGB (Red+Green+Blue) = 146+23+137=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #921789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921789 is #6DE876. Grayscale: #484848. Windows color (decimal): -7202935 or 8984466. OLE color: 8984466.
HSL color Cylindrical-coordinate representation of color #921789: hue angle of 304.39º 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 #921789 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 137 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.43 |
| HSL | 304.39º | 0.73% | 0.33% | - |
| HSV(B) | 304.39º | 0.84% | 0.57% | - |
| XYZ | 16.68 | 8.53 | 24.43 | - |
| YUV | 72.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 137 | 0 | 0.84 | 0.06 | 0.43 | 304.39 | 0.73 | 0.33 |
| Hex | 92 | 17 | 89 | 0 | 54 | 6 | 2B | 130 | 49 | 21 |
| Octal | 222 | 27 | 211 | 0 | 124 | 6 | 53 | 460 | 111 | 41 |
| Binary | 10010010 | 10111 | 10001001 | 0 | 1010100 | 110 | 101011 | 100110000 | 1001001 | 100001 |
Color Harmonies of #921789
Complementary color
Monochromatic Colors of #921789
Black with #921789
Text Example
Text Example
White with #921789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921789; }
p { color: rgb(146,23,137); }
H1.HeaderClassName
{
color: #921789;
}
.AnyTagClassName
{
color: #921789;
}
</style>
background-color css
<style>
a { background-color: #921789; }
a { background-color: rgb(146,23,137); }
div.DivClassName
{
background-color: #921789;
}
.BgClassName
{
background-color: #921789;
}
</style>
border-color css
<style>
span { border-color: #921789; }
span { border-color: rgb(146,23,137); }
td.TdClassName
{
border-color: #921789;
}
.TagClassName
{
border-color: #921789;
}
</style>