Shades of Blue Violet #9249DC
Tints of Blue Violet #9249DC
RGB
CMYK
RGB Variations
Color information
#9249DC (or 0x9249DC) is known color: Blue Violet. HEX triplet: 92, 49 and DC. RGB value is (146,73,220). Sum of RGB (Red+Green+Blue) = 146+73+220=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #9249DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249DC is #6DB623. Grayscale: #6F6F6F. Windows color (decimal): -7190052 or 14436754. OLE color: 14436754.
HSL color Cylindrical-coordinate representation of color #9249DC: hue angle of 269.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9249DC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 73 | 220 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.14 |
| HSL | 269.8º | 0.68% | 0.57% | - |
| HSV(B) | 269.8º | 0.67% | 0.86% | - |
| XYZ | 27.15 | 16.04 | 69.38 | - |
| YUV | 111.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 220 | 0.34 | 0.67 | 0 | 0.14 | 269.8 | 0.68 | 0.57 |
| Hex | 92 | 49 | DC | 22 | 43 | 0 | E | 10E | 44 | 39 |
| Octal | 222 | 111 | 334 | 42 | 103 | 0 | 16 | 416 | 104 | 71 |
| Binary | 10010010 | 1001001 | 11011100 | 100010 | 1000011 | 0 | 1110 | 100001110 | 1000100 | 111001 |
Color Harmonies of #9249DC
Complementary color
Monochromatic Colors of #9249DC
Black with #9249DC
Text Example
Text Example
White with #9249DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9249DC; }
p { color: rgb(146,73,220); }
H1.HeaderClassName
{
color: #9249DC;
}
.AnyTagClassName
{
color: #9249DC;
}
</style>
background-color css
<style>
a { background-color: #9249DC; }
a { background-color: rgb(146,73,220); }
div.DivClassName
{
background-color: #9249DC;
}
.BgClassName
{
background-color: #9249DC;
}
</style>
border-color css
<style>
span { border-color: #9249DC; }
span { border-color: rgb(146,73,220); }
td.TdClassName
{
border-color: #9249DC;
}
.TagClassName
{
border-color: #9249DC;
}
</style>