Shades of Dark Purple #921882
Tints of Dark Purple #921882
RGB
CMYK
RGB Variations
Color information
#921882 (or 0x921882) is known color: Dark Purple. HEX triplet: 92, 18 and 82. RGB value is (146,24,130). Sum of RGB (Red+Green+Blue) = 146+24+130=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #921882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921882 is #6DE77D. Grayscale: #484848. Windows color (decimal): -7202686 or 8525970. OLE color: 8525970.
HSL color Cylindrical-coordinate representation of color #921882: hue angle of 307.87º 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 #921882 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 24 | 130 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.43 |
| HSL | 307.87º | 0.72% | 0.33% | - |
| HSV(B) | 307.87º | 0.84% | 0.57% | - |
| XYZ | 16.21 | 8.38 | 21.88 | - |
| YUV | 72.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 130 | 0 | 0.84 | 0.11 | 0.43 | 307.87 | 0.72 | 0.33 |
| Hex | 92 | 18 | 82 | 0 | 54 | B | 2B | 134 | 48 | 21 |
| Octal | 222 | 30 | 202 | 0 | 124 | 13 | 53 | 464 | 110 | 41 |
| Binary | 10010010 | 11000 | 10000010 | 0 | 1010100 | 1011 | 101011 | 100110100 | 1001000 | 100001 |
Color Harmonies of #921882
Complementary color
Monochromatic Colors of #921882
Black with #921882
Text Example
Text Example
White with #921882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921882; }
p { color: rgb(146,24,130); }
H1.HeaderClassName
{
color: #921882;
}
.AnyTagClassName
{
color: #921882;
}
</style>
background-color css
<style>
a { background-color: #921882; }
a { background-color: rgb(146,24,130); }
div.DivClassName
{
background-color: #921882;
}
.BgClassName
{
background-color: #921882;
}
</style>
border-color css
<style>
span { border-color: #921882; }
span { border-color: rgb(146,24,130); }
td.TdClassName
{
border-color: #921882;
}
.TagClassName
{
border-color: #921882;
}
</style>