Shades of Blue Violet #9248DC
Tints of Blue Violet #9248DC
RGB
CMYK
RGB Variations
Color information
#9248DC (or 0x9248DC) is known color: Blue Violet. HEX triplet: 92, 48 and DC. RGB value is (146,72,220). Sum of RGB (Red+Green+Blue) = 146+72+220=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #9248DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9248DC is #6DB723. Grayscale: #6E6E6E. Windows color (decimal): -7190308 or 14436498. OLE color: 14436498.
HSL color Cylindrical-coordinate representation of color #9248DC: hue angle of 270º 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 #9248DC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 72 | 220 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.14 |
| HSL | 270º | 0.68% | 0.57% | - |
| HSV(B) | 270º | 0.67% | 0.86% | - |
| XYZ | 27.09 | 15.91 | 69.35 | - |
| YUV | 111 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 220 | 0.34 | 0.67 | 0 | 0.14 | 270 | 0.68 | 0.57 |
| Hex | 92 | 48 | DC | 22 | 43 | 0 | E | 10E | 44 | 39 |
| Octal | 222 | 110 | 334 | 42 | 103 | 0 | 16 | 416 | 104 | 71 |
| Binary | 10010010 | 1001000 | 11011100 | 100010 | 1000011 | 0 | 1110 | 100001110 | 1000100 | 111001 |
Color Harmonies of #9248DC
Complementary color
Monochromatic Colors of #9248DC
Black with #9248DC
Text Example
Text Example
White with #9248DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9248DC; }
p { color: rgb(146,72,220); }
H1.HeaderClassName
{
color: #9248DC;
}
.AnyTagClassName
{
color: #9248DC;
}
</style>
background-color css
<style>
a { background-color: #9248DC; }
a { background-color: rgb(146,72,220); }
div.DivClassName
{
background-color: #9248DC;
}
.BgClassName
{
background-color: #9248DC;
}
</style>
border-color css
<style>
span { border-color: #9248DC; }
span { border-color: rgb(146,72,220); }
td.TdClassName
{
border-color: #9248DC;
}
.TagClassName
{
border-color: #9248DC;
}
</style>