Shades of Dark Purple #921E87
Tints of Dark Purple #921E87
RGB
CMYK
RGB Variations
Color information
#921E87 (or 0x921E87) is known color: Dark Purple. HEX triplet: 92, 1E and 87. RGB value is (146,30,135). Sum of RGB (Red+Green+Blue) = 146+30+135=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #921E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E87 is #6DE178. Grayscale: #4C4C4C. Windows color (decimal): -7201145 or 8855186. OLE color: 8855186.
HSL color Cylindrical-coordinate representation of color #921E87: hue angle of 305.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E87 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 135 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.43 |
| HSL | 305.69º | 0.66% | 0.35% | - |
| HSV(B) | 305.69º | 0.79% | 0.57% | - |
| XYZ | 16.69 | 8.79 | 23.74 | - |
| YUV | 76.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 135 | 0 | 0.79 | 0.08 | 0.43 | 305.69 | 0.66 | 0.35 |
| Hex | 92 | 1E | 87 | 0 | 4F | 8 | 2B | 132 | 42 | 23 |
| Octal | 222 | 36 | 207 | 0 | 117 | 10 | 53 | 462 | 102 | 43 |
| Binary | 10010010 | 11110 | 10000111 | 0 | 1001111 | 1000 | 101011 | 100110010 | 1000010 | 100011 |
Color Harmonies of #921E87
Complementary color
Monochromatic Colors of #921E87
Black with #921E87
Text Example
Text Example
White with #921E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E87; }
p { color: rgb(146,30,135); }
H1.HeaderClassName
{
color: #921E87;
}
.AnyTagClassName
{
color: #921E87;
}
</style>
background-color css
<style>
a { background-color: #921E87; }
a { background-color: rgb(146,30,135); }
div.DivClassName
{
background-color: #921E87;
}
.BgClassName
{
background-color: #921E87;
}
</style>
border-color css
<style>
span { border-color: #921E87; }
span { border-color: rgb(146,30,135); }
td.TdClassName
{
border-color: #921E87;
}
.TagClassName
{
border-color: #921E87;
}
</style>