Shades of Dark Violet #9211D0
Tints of Dark Violet #9211D0
RGB
CMYK
RGB Variations
Color information
#9211D0 (or 0x9211D0) is known color: Dark Violet. HEX triplet: 92, 11 and D0. RGB value is (146,17,208). Sum of RGB (Red+Green+Blue) = 146+17+208=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #9211D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211D0 is #6DEE2F. Grayscale: #4C4C4C. Windows color (decimal): -7204400 or 13635986. OLE color: 13635986.
HSL color Cylindrical-coordinate representation of color #9211D0: hue angle of 280.52º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9211D0 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 17 | 208 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.18 |
| HSL | 280.52º | 0.85% | 0.44% | - |
| HSV(B) | 280.52º | 0.92% | 0.82% | - |
| XYZ | 23.44 | 11.07 | 60.58 | - |
| YUV | 77.35 | 201.74 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 208 | 0.30 | 0.92 | 0 | 0.18 | 280.52 | 0.85 | 0.44 |
| Hex | 92 | 11 | D0 | 1E | 5C | 0 | 12 | 119 | 55 | 2C |
| Octal | 222 | 21 | 320 | 36 | 134 | 0 | 22 | 431 | 125 | 54 |
| Binary | 10010010 | 10001 | 11010000 | 11110 | 1011100 | 0 | 10010 | 100011001 | 1010101 | 101100 |
Color Harmonies of #9211D0
Complementary color
Monochromatic Colors of #9211D0
Black with #9211D0
Text Example
Text Example
White with #9211D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211D0; }
p { color: rgb(146,17,208); }
H1.HeaderClassName
{
color: #9211D0;
}
.AnyTagClassName
{
color: #9211D0;
}
</style>
background-color css
<style>
a { background-color: #9211D0; }
a { background-color: rgb(146,17,208); }
div.DivClassName
{
background-color: #9211D0;
}
.BgClassName
{
background-color: #9211D0;
}
</style>
border-color css
<style>
span { border-color: #9211D0; }
span { border-color: rgb(146,17,208); }
td.TdClassName
{
border-color: #9211D0;
}
.TagClassName
{
border-color: #9211D0;
}
</style>