Shades of Dark Purple #921889
Tints of Dark Purple #921889
RGB
CMYK
RGB Variations
Color information
#921889 (or 0x921889) is known color: Dark Purple. HEX triplet: 92, 18 and 89. RGB value is (146,24,137). Sum of RGB (Red+Green+Blue) = 146+24+137=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #921889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921889 is #6DE776. Grayscale: #494949. Windows color (decimal): -7202679 or 8984722. OLE color: 8984722.
HSL color Cylindrical-coordinate representation of color #921889: hue angle of 304.43º degrees, saturation: 0.72, 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 #921889 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 24 | 137 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.43 |
| HSL | 304.43º | 0.72% | 0.33% | - |
| HSV(B) | 304.43º | 0.84% | 0.57% | - |
| XYZ | 16.7 | 8.57 | 24.44 | - |
| YUV | 73.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 137 | 0 | 0.84 | 0.06 | 0.43 | 304.43 | 0.72 | 0.33 |
| Hex | 92 | 18 | 89 | 0 | 54 | 6 | 2B | 130 | 48 | 21 |
| Octal | 222 | 30 | 211 | 0 | 124 | 6 | 53 | 460 | 110 | 41 |
| Binary | 10010010 | 11000 | 10001001 | 0 | 1010100 | 110 | 101011 | 100110000 | 1001000 | 100001 |
Color Harmonies of #921889
Complementary color
Monochromatic Colors of #921889
Black with #921889
Text Example
Text Example
White with #921889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921889; }
p { color: rgb(146,24,137); }
H1.HeaderClassName
{
color: #921889;
}
.AnyTagClassName
{
color: #921889;
}
</style>
background-color css
<style>
a { background-color: #921889; }
a { background-color: rgb(146,24,137); }
div.DivClassName
{
background-color: #921889;
}
.BgClassName
{
background-color: #921889;
}
</style>
border-color css
<style>
span { border-color: #921889; }
span { border-color: rgb(146,24,137); }
td.TdClassName
{
border-color: #921889;
}
.TagClassName
{
border-color: #921889;
}
</style>