Shades of Blue Violet #9244DC
Tints of Blue Violet #9244DC
RGB
CMYK
RGB Variations
Color information
#9244DC (or 0x9244DC) is known color: Blue Violet. HEX triplet: 92, 44 and DC. RGB value is (146,68,220). Sum of RGB (Red+Green+Blue) = 146+68+220=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #9244DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9244DC is #6DBB23. Grayscale: #6C6C6C. Windows color (decimal): -7191332 or 14435474. OLE color: 14435474.
HSL color Cylindrical-coordinate representation of color #9244DC: hue angle of 270.79º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9244DC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 68 | 220 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.14 |
| HSL | 270.79º | 0.68% | 0.56% | - |
| HSV(B) | 270.79º | 0.69% | 0.86% | - |
| XYZ | 26.84 | 15.41 | 69.27 | - |
| YUV | 108.65 | 190.84 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 68 | 220 | 0.34 | 0.69 | 0 | 0.14 | 270.79 | 0.68 | 0.56 |
| Hex | 92 | 44 | DC | 22 | 45 | 0 | E | 10F | 44 | 38 |
| Octal | 222 | 104 | 334 | 42 | 105 | 0 | 16 | 417 | 104 | 70 |
| Binary | 10010010 | 1000100 | 11011100 | 100010 | 1000101 | 0 | 1110 | 100001111 | 1000100 | 111000 |
Color Harmonies of #9244DC
Complementary color
Monochromatic Colors of #9244DC
Black with #9244DC
Text Example
Text Example
White with #9244DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9244DC; }
p { color: rgb(146,68,220); }
H1.HeaderClassName
{
color: #9244DC;
}
.AnyTagClassName
{
color: #9244DC;
}
</style>
background-color css
<style>
a { background-color: #9244DC; }
a { background-color: rgb(146,68,220); }
div.DivClassName
{
background-color: #9244DC;
}
.BgClassName
{
background-color: #9244DC;
}
</style>
border-color css
<style>
span { border-color: #9244DC; }
span { border-color: rgb(146,68,220); }
td.TdClassName
{
border-color: #9244DC;
}
.TagClassName
{
border-color: #9244DC;
}
</style>