Shades of Dark Violet #9211DB
Tints of Dark Violet #9211DB
RGB
CMYK
RGB Variations
Color information
#9211DB (or 0x9211DB) is known color: Dark Violet. HEX triplet: 92, 11 and DB. RGB value is (146,17,219). Sum of RGB (Red+Green+Blue) = 146+17+219=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #9211DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211DB is #6DEE24. Grayscale: #4D4D4D. Windows color (decimal): -7204389 or 14356882. OLE color: 14356882.
HSL color Cylindrical-coordinate representation of color #9211DB: hue angle of 278.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9211DB is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 17 | 219 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.14 |
| HSL | 278.32º | 0.86% | 0.46% | - |
| HSV(B) | 278.32º | 0.92% | 0.86% | - |
| XYZ | 24.84 | 11.63 | 67.95 | - |
| YUV | 78.6 | 207.24 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 219 | 0.33 | 0.92 | 0 | 0.14 | 278.32 | 0.86 | 0.46 |
| Hex | 92 | 11 | DB | 21 | 5C | 0 | E | 116 | 56 | 2E |
| Octal | 222 | 21 | 333 | 41 | 134 | 0 | 16 | 426 | 126 | 56 |
| Binary | 10010010 | 10001 | 11011011 | 100001 | 1011100 | 0 | 1110 | 100010110 | 1010110 | 101110 |
Color Harmonies of #9211DB
Complementary color
Monochromatic Colors of #9211DB
Black with #9211DB
Text Example
Text Example
White with #9211DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211DB; }
p { color: rgb(146,17,219); }
H1.HeaderClassName
{
color: #9211DB;
}
.AnyTagClassName
{
color: #9211DB;
}
</style>
background-color css
<style>
a { background-color: #9211DB; }
a { background-color: rgb(146,17,219); }
div.DivClassName
{
background-color: #9211DB;
}
.BgClassName
{
background-color: #9211DB;
}
</style>
border-color css
<style>
span { border-color: #9211DB; }
span { border-color: rgb(146,17,219); }
td.TdClassName
{
border-color: #9211DB;
}
.TagClassName
{
border-color: #9211DB;
}
</style>