Shades of Blue Violet #9229DB
Tints of Blue Violet #9229DB
RGB
CMYK
RGB Variations
Color information
#9229DB (or 0x9229DB) is known color: Blue Violet. HEX triplet: 92, 29 and DB. RGB value is (146,41,219). Sum of RGB (Red+Green+Blue) = 146+41+219=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #9229DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229DB is #6DD624. Grayscale: #5C5C5C. Windows color (decimal): -7198245 or 14363026. OLE color: 14363026.
HSL color Cylindrical-coordinate representation of color #9229DB: hue angle of 275.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9229DB is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 41 | 219 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.14 |
| HSL | 275.39º | 0.71% | 0.51% | - |
| HSV(B) | 275.39º | 0.81% | 0.86% | - |
| XYZ | 25.43 | 12.81 | 68.15 | - |
| YUV | 92.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 219 | 0.33 | 0.81 | 0 | 0.14 | 275.39 | 0.71 | 0.51 |
| Hex | 92 | 29 | DB | 21 | 51 | 0 | E | 113 | 47 | 33 |
| Octal | 222 | 51 | 333 | 41 | 121 | 0 | 16 | 423 | 107 | 63 |
| Binary | 10010010 | 101001 | 11011011 | 100001 | 1010001 | 0 | 1110 | 100010011 | 1000111 | 110011 |
Color Harmonies of #9229DB
Complementary color
Monochromatic Colors of #9229DB
Black with #9229DB
Text Example
Text Example
White with #9229DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9229DB; }
p { color: rgb(146,41,219); }
H1.HeaderClassName
{
color: #9229DB;
}
.AnyTagClassName
{
color: #9229DB;
}
</style>
background-color css
<style>
a { background-color: #9229DB; }
a { background-color: rgb(146,41,219); }
div.DivClassName
{
background-color: #9229DB;
}
.BgClassName
{
background-color: #9229DB;
}
</style>
border-color css
<style>
span { border-color: #9229DB; }
span { border-color: rgb(146,41,219); }
td.TdClassName
{
border-color: #9229DB;
}
.TagClassName
{
border-color: #9229DB;
}
</style>