Shades of Blue Violet #9249DD
Tints of Blue Violet #9249DD
RGB
CMYK
RGB Variations
Color information
#9249DD (or 0x9249DD) is known color: Blue Violet. HEX triplet: 92, 49 and DD. RGB value is (146,73,221). Sum of RGB (Red+Green+Blue) = 146+73+221=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #9249DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249DD is #6DB622. Grayscale: #6F6F6F. Windows color (decimal): -7190051 or 14502290. OLE color: 14502290.
HSL color Cylindrical-coordinate representation of color #9249DD: hue angle of 269.59º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9249DD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 73 | 221 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.13 |
| HSL | 269.59º | 0.69% | 0.58% | - |
| HSV(B) | 269.59º | 0.67% | 0.87% | - |
| XYZ | 27.29 | 16.1 | 70.08 | - |
| YUV | 111.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 221 | 0.34 | 0.67 | 0 | 0.13 | 269.59 | 0.69 | 0.58 |
| Hex | 92 | 49 | DD | 22 | 43 | 0 | D | 10E | 45 | 3A |
| Octal | 222 | 111 | 335 | 42 | 103 | 0 | 15 | 416 | 105 | 72 |
| Binary | 10010010 | 1001001 | 11011101 | 100010 | 1000011 | 0 | 1101 | 100001110 | 1000101 | 111010 |
Color Harmonies of #9249DD
Complementary color
Monochromatic Colors of #9249DD
Black with #9249DD
Text Example
Text Example
White with #9249DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9249DD; }
p { color: rgb(146,73,221); }
H1.HeaderClassName
{
color: #9249DD;
}
.AnyTagClassName
{
color: #9249DD;
}
</style>
background-color css
<style>
a { background-color: #9249DD; }
a { background-color: rgb(146,73,221); }
div.DivClassName
{
background-color: #9249DD;
}
.BgClassName
{
background-color: #9249DD;
}
</style>
border-color css
<style>
span { border-color: #9249DD; }
span { border-color: rgb(146,73,221); }
td.TdClassName
{
border-color: #9249DD;
}
.TagClassName
{
border-color: #9249DD;
}
</style>