Shades of Dark Purple #921E8B
Tints of Dark Purple #921E8B
RGB
CMYK
RGB Variations
Color information
#921E8B (or 0x921E8B) is known color: Dark Purple. HEX triplet: 92, 1E and 8B. RGB value is (146,30,139). Sum of RGB (Red+Green+Blue) = 146+30+139=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #921E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E8B is #6DE174. Grayscale: #4C4C4C. Windows color (decimal): -7201141 or 9117330. OLE color: 9117330.
HSL color Cylindrical-coordinate representation of color #921E8B: hue angle of 303.62º 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 #921E8B is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 30 | 139 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.43 |
| HSL | 303.62º | 0.66% | 0.35% | - |
| HSV(B) | 303.62º | 0.79% | 0.57% | - |
| XYZ | 16.98 | 8.9 | 25.25 | - |
| YUV | 77.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 139 | 0 | 0.79 | 0.05 | 0.43 | 303.62 | 0.66 | 0.35 |
| Hex | 92 | 1E | 8B | 0 | 4F | 5 | 2B | 130 | 42 | 23 |
| Octal | 222 | 36 | 213 | 0 | 117 | 5 | 53 | 460 | 102 | 43 |
| Binary | 10010010 | 11110 | 10001011 | 0 | 1001111 | 101 | 101011 | 100110000 | 1000010 | 100011 |
Color Harmonies of #921E8B
Complementary color
Monochromatic Colors of #921E8B
Black with #921E8B
Text Example
Text Example
White with #921E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921E8B; }
p { color: rgb(146,30,139); }
H1.HeaderClassName
{
color: #921E8B;
}
.AnyTagClassName
{
color: #921E8B;
}
</style>
background-color css
<style>
a { background-color: #921E8B; }
a { background-color: rgb(146,30,139); }
div.DivClassName
{
background-color: #921E8B;
}
.BgClassName
{
background-color: #921E8B;
}
</style>
border-color css
<style>
span { border-color: #921E8B; }
span { border-color: rgb(146,30,139); }
td.TdClassName
{
border-color: #921E8B;
}
.TagClassName
{
border-color: #921E8B;
}
</style>