Shades of Dark Violet #9216DB
Tints of Dark Violet #9216DB
RGB
CMYK
RGB Variations
Color information
#9216DB (or 0x9216DB) is known color: Dark Violet. HEX triplet: 92, 16 and DB. RGB value is (146,22,219). Sum of RGB (Red+Green+Blue) = 146+22+219=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9216DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9216DB is #6DE924. Grayscale: #505050. Windows color (decimal): -7203109 or 14358162. OLE color: 14358162.
HSL color Cylindrical-coordinate representation of color #9216DB: hue angle of 277.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9216DB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 22 | 219 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.14 |
| HSL | 277.77º | 0.82% | 0.47% | - |
| HSV(B) | 277.77º | 0.9% | 0.86% | - |
| XYZ | 24.93 | 11.8 | 67.98 | - |
| YUV | 81.53 | 205.58 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 219 | 0.33 | 0.90 | 0 | 0.14 | 277.77 | 0.82 | 0.47 |
| Hex | 92 | 16 | DB | 21 | 5A | 0 | E | 116 | 52 | 2F |
| Octal | 222 | 26 | 333 | 41 | 132 | 0 | 16 | 426 | 122 | 57 |
| Binary | 10010010 | 10110 | 11011011 | 100001 | 1011010 | 0 | 1110 | 100010110 | 1010010 | 101111 |
Color Harmonies of #9216DB
Complementary color
Monochromatic Colors of #9216DB
Black with #9216DB
Text Example
Text Example
White with #9216DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9216DB; }
p { color: rgb(146,22,219); }
H1.HeaderClassName
{
color: #9216DB;
}
.AnyTagClassName
{
color: #9216DB;
}
</style>
background-color css
<style>
a { background-color: #9216DB; }
a { background-color: rgb(146,22,219); }
div.DivClassName
{
background-color: #9216DB;
}
.BgClassName
{
background-color: #9216DB;
}
</style>
border-color css
<style>
span { border-color: #9216DB; }
span { border-color: rgb(146,22,219); }
td.TdClassName
{
border-color: #9216DB;
}
.TagClassName
{
border-color: #9216DB;
}
</style>