Shades of Blue Violet #9219DB
Tints of Blue Violet #9219DB
RGB
CMYK
RGB Variations
Color information
#9219DB (or 0x9219DB) is known color: Blue Violet. HEX triplet: 92, 19 and DB. RGB value is (146,25,219). Sum of RGB (Red+Green+Blue) = 146+25+219=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #9219DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9219DB is #6DE624. Grayscale: #525252. Windows color (decimal): -7202341 or 14358930. OLE color: 14358930.
HSL color Cylindrical-coordinate representation of color #9219DB: hue angle of 277.42º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9219DB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 25 | 219 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.14 |
| HSL | 277.42º | 0.8% | 0.48% | - |
| HSV(B) | 277.42º | 0.89% | 0.86% | - |
| XYZ | 24.99 | 11.92 | 68 | - |
| YUV | 83.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 219 | 0.33 | 0.89 | 0 | 0.14 | 277.42 | 0.8 | 0.48 |
| Hex | 92 | 19 | DB | 21 | 59 | 0 | E | 115 | 50 | 30 |
| Octal | 222 | 31 | 333 | 41 | 131 | 0 | 16 | 425 | 120 | 60 |
| Binary | 10010010 | 11001 | 11011011 | 100001 | 1011001 | 0 | 1110 | 100010101 | 1010000 | 110000 |
Color Harmonies of #9219DB
Complementary color
Monochromatic Colors of #9219DB
Black with #9219DB
Text Example
Text Example
White with #9219DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219DB; }
p { color: rgb(146,25,219); }
H1.HeaderClassName
{
color: #9219DB;
}
.AnyTagClassName
{
color: #9219DB;
}
</style>
background-color css
<style>
a { background-color: #9219DB; }
a { background-color: rgb(146,25,219); }
div.DivClassName
{
background-color: #9219DB;
}
.BgClassName
{
background-color: #9219DB;
}
</style>
border-color css
<style>
span { border-color: #9219DB; }
span { border-color: rgb(146,25,219); }
td.TdClassName
{
border-color: #9219DB;
}
.TagClassName
{
border-color: #9219DB;
}
</style>