Shades of Dark Purple #921B7E
Tints of Dark Purple #921B7E
RGB
CMYK
RGB Variations
Color information
#921B7E (or 0x921B7E) is known color: Dark Purple. HEX triplet: 92, 1B and 7E. RGB value is (146,27,126). Sum of RGB (Red+Green+Blue) = 146+27+126=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #921B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B7E is #6DE481. Grayscale: #494949. Windows color (decimal): -7201922 or 8264594. OLE color: 8264594.
HSL color Cylindrical-coordinate representation of color #921B7E: hue angle of 310.08º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B7E is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 27 | 126 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.43 |
| HSL | 310.08º | 0.69% | 0.34% | - |
| HSV(B) | 310.08º | 0.82% | 0.57% | - |
| XYZ | 16.01 | 8.4 | 20.52 | - |
| YUV | 73.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 126 | 0 | 0.82 | 0.14 | 0.43 | 310.08 | 0.69 | 0.34 |
| Hex | 92 | 1B | 7E | 0 | 52 | E | 2B | 136 | 45 | 22 |
| Octal | 222 | 33 | 176 | 0 | 122 | 16 | 53 | 466 | 105 | 42 |
| Binary | 10010010 | 11011 | 1111110 | 0 | 1010010 | 1110 | 101011 | 100110110 | 1000101 | 100010 |
Color Harmonies of #921B7E
Complementary color
Monochromatic Colors of #921B7E
Black with #921B7E
Text Example
Text Example
White with #921B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B7E; }
p { color: rgb(146,27,126); }
H1.HeaderClassName
{
color: #921B7E;
}
.AnyTagClassName
{
color: #921B7E;
}
</style>
background-color css
<style>
a { background-color: #921B7E; }
a { background-color: rgb(146,27,126); }
div.DivClassName
{
background-color: #921B7E;
}
.BgClassName
{
background-color: #921B7E;
}
</style>
border-color css
<style>
span { border-color: #921B7E; }
span { border-color: rgb(146,27,126); }
td.TdClassName
{
border-color: #921B7E;
}
.TagClassName
{
border-color: #921B7E;
}
</style>