Shades of Blue Violet #9248DD
Tints of Blue Violet #9248DD
RGB
CMYK
RGB Variations
Color information
#9248DD (or 0x9248DD) is known color: Blue Violet. HEX triplet: 92, 48 and DD. RGB value is (146,72,221). Sum of RGB (Red+Green+Blue) = 146+72+221=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9248DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9248DD is #6DB722. Grayscale: #6E6E6E. Windows color (decimal): -7190307 or 14502034. OLE color: 14502034.
HSL color Cylindrical-coordinate representation of color #9248DD: hue angle of 269.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9248DD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 72 | 221 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.13 |
| HSL | 269.8º | 0.69% | 0.57% | - |
| HSV(B) | 269.8º | 0.67% | 0.87% | - |
| XYZ | 27.22 | 15.97 | 70.05 | - |
| YUV | 111.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 221 | 0.34 | 0.67 | 0 | 0.13 | 269.8 | 0.69 | 0.57 |
| Hex | 92 | 48 | DD | 22 | 43 | 0 | D | 10E | 45 | 39 |
| Octal | 222 | 110 | 335 | 42 | 103 | 0 | 15 | 416 | 105 | 71 |
| Binary | 10010010 | 1001000 | 11011101 | 100010 | 1000011 | 0 | 1101 | 100001110 | 1000101 | 111001 |
Color Harmonies of #9248DD
Complementary color
Monochromatic Colors of #9248DD
Black with #9248DD
Text Example
Text Example
White with #9248DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9248DD; }
p { color: rgb(146,72,221); }
H1.HeaderClassName
{
color: #9248DD;
}
.AnyTagClassName
{
color: #9248DD;
}
</style>
background-color css
<style>
a { background-color: #9248DD; }
a { background-color: rgb(146,72,221); }
div.DivClassName
{
background-color: #9248DD;
}
.BgClassName
{
background-color: #9248DD;
}
</style>
border-color css
<style>
span { border-color: #9248DD; }
span { border-color: rgb(146,72,221); }
td.TdClassName
{
border-color: #9248DD;
}
.TagClassName
{
border-color: #9248DD;
}
</style>