Shades of Dark Violet #9214DB
Tints of Dark Violet #9214DB
RGB
CMYK
RGB Variations
Color information
#9214DB (or 0x9214DB) is known color: Dark Violet. HEX triplet: 92, 14 and DB. RGB value is (146,20,219). Sum of RGB (Red+Green+Blue) = 146+20+219=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #9214DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9214DB is #6DEB24. Grayscale: #4F4F4F. Windows color (decimal): -7203621 or 14357650. OLE color: 14357650.
HSL color Cylindrical-coordinate representation of color #9214DB: hue angle of 277.99º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9214DB is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 20 | 219 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.14 |
| HSL | 277.99º | 0.83% | 0.47% | - |
| HSV(B) | 277.99º | 0.91% | 0.86% | - |
| XYZ | 24.89 | 11.73 | 67.97 | - |
| YUV | 80.36 | 206.24 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 219 | 0.33 | 0.91 | 0 | 0.14 | 277.99 | 0.83 | 0.47 |
| Hex | 92 | 14 | DB | 21 | 5B | 0 | E | 116 | 53 | 2F |
| Octal | 222 | 24 | 333 | 41 | 133 | 0 | 16 | 426 | 123 | 57 |
| Binary | 10010010 | 10100 | 11011011 | 100001 | 1011011 | 0 | 1110 | 100010110 | 1010011 | 101111 |
Color Harmonies of #9214DB
Complementary color
Monochromatic Colors of #9214DB
Black with #9214DB
Text Example
Text Example
White with #9214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9214DB; }
p { color: rgb(146,20,219); }
H1.HeaderClassName
{
color: #9214DB;
}
.AnyTagClassName
{
color: #9214DB;
}
</style>
background-color css
<style>
a { background-color: #9214DB; }
a { background-color: rgb(146,20,219); }
div.DivClassName
{
background-color: #9214DB;
}
.BgClassName
{
background-color: #9214DB;
}
</style>
border-color css
<style>
span { border-color: #9214DB; }
span { border-color: rgb(146,20,219); }
td.TdClassName
{
border-color: #9214DB;
}
.TagClassName
{
border-color: #9214DB;
}
</style>