Shades of Blue Violet #9245DB
Tints of Blue Violet #9245DB
RGB
CMYK
RGB Variations
Color information
#9245DB (or 0x9245DB) is known color: Blue Violet. HEX triplet: 92, 45 and DB. RGB value is (146,69,219). Sum of RGB (Red+Green+Blue) = 146+69+219=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #9245DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9245DB is #6DBA24. Grayscale: #6C6C6C. Windows color (decimal): -7191077 or 14370194. OLE color: 14370194.
HSL color Cylindrical-coordinate representation of color #9245DB: hue angle of 270.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9245DB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 69 | 219 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.14 |
| HSL | 270.8º | 0.68% | 0.56% | - |
| HSV(B) | 270.8º | 0.68% | 0.86% | - |
| XYZ | 26.77 | 15.48 | 68.6 | - |
| YUV | 109.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 219 | 0.33 | 0.68 | 0 | 0.14 | 270.8 | 0.68 | 0.56 |
| Hex | 92 | 45 | DB | 21 | 44 | 0 | E | 10F | 44 | 38 |
| Octal | 222 | 105 | 333 | 41 | 104 | 0 | 16 | 417 | 104 | 70 |
| Binary | 10010010 | 1000101 | 11011011 | 100001 | 1000100 | 0 | 1110 | 100001111 | 1000100 | 111000 |
Color Harmonies of #9245DB
Complementary color
Monochromatic Colors of #9245DB
Black with #9245DB
Text Example
Text Example
White with #9245DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9245DB; }
p { color: rgb(146,69,219); }
H1.HeaderClassName
{
color: #9245DB;
}
.AnyTagClassName
{
color: #9245DB;
}
</style>
background-color css
<style>
a { background-color: #9245DB; }
a { background-color: rgb(146,69,219); }
div.DivClassName
{
background-color: #9245DB;
}
.BgClassName
{
background-color: #9245DB;
}
</style>
border-color css
<style>
span { border-color: #9245DB; }
span { border-color: rgb(146,69,219); }
td.TdClassName
{
border-color: #9245DB;
}
.TagClassName
{
border-color: #9245DB;
}
</style>