Shades of Dark Purple #921E81
Tints of Dark Purple #921E81
RGB
CMYK
RGB Variations
Color information
#921E81 (or 0x921E81) is known color: Dark Purple. HEX triplet: 92, 1E and 81. RGB value is (146,30,129). Sum of RGB (Red+Green+Blue) = 146+30+129=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #921E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E81 is #6DE17E. Grayscale: #4B4B4B. Windows color (decimal): -7201151 or 8461970. OLE color: 8461970.
HSL color Cylindrical-coordinate representation of color #921E81: hue angle of 308.79º 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 #921E81 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 129 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.43 |
| HSL | 308.79º | 0.66% | 0.35% | - |
| HSV(B) | 308.79º | 0.79% | 0.57% | - |
| XYZ | 16.28 | 8.62 | 21.58 | - |
| YUV | 75.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 129 | 0 | 0.79 | 0.12 | 0.43 | 308.79 | 0.66 | 0.35 |
| Hex | 92 | 1E | 81 | 0 | 4F | C | 2B | 135 | 42 | 23 |
| Octal | 222 | 36 | 201 | 0 | 117 | 14 | 53 | 465 | 102 | 43 |
| Binary | 10010010 | 11110 | 10000001 | 0 | 1001111 | 1100 | 101011 | 100110101 | 1000010 | 100011 |
Color Harmonies of #921E81
Complementary color
Monochromatic Colors of #921E81
Black with #921E81
Text Example
Text Example
White with #921E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E81; }
p { color: rgb(146,30,129); }
H1.HeaderClassName
{
color: #921E81;
}
.AnyTagClassName
{
color: #921E81;
}
</style>
background-color css
<style>
a { background-color: #921E81; }
a { background-color: rgb(146,30,129); }
div.DivClassName
{
background-color: #921E81;
}
.BgClassName
{
background-color: #921E81;
}
</style>
border-color css
<style>
span { border-color: #921E81; }
span { border-color: rgb(146,30,129); }
td.TdClassName
{
border-color: #921E81;
}
.TagClassName
{
border-color: #921E81;
}
</style>