Shades of Blue Violet #9229DF
Tints of Blue Violet #9229DF
RGB
CMYK
RGB Variations
Color information
#9229DF (or 0x9229DF) is known color: Blue Violet. HEX triplet: 92, 29 and DF. RGB value is (146,41,223). Sum of RGB (Red+Green+Blue) = 146+41+223=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #9229DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229DF is #6DD620. Grayscale: #5C5C5C. Windows color (decimal): -7198241 or 14625170. OLE color: 14625170.
HSL color Cylindrical-coordinate representation of color #9229DF: hue angle of 274.62º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9229DF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 41 | 223 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.13 |
| HSL | 274.62º | 0.74% | 0.52% | - |
| HSV(B) | 274.62º | 0.82% | 0.87% | - |
| XYZ | 25.97 | 13.02 | 70.96 | - |
| YUV | 93.14 | 201.29 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 223 | 0.35 | 0.82 | 0 | 0.13 | 274.62 | 0.74 | 0.52 |
| Hex | 92 | 29 | DF | 23 | 52 | 0 | D | 113 | 4A | 34 |
| Octal | 222 | 51 | 337 | 43 | 122 | 0 | 15 | 423 | 112 | 64 |
| Binary | 10010010 | 101001 | 11011111 | 100011 | 1010010 | 0 | 1101 | 100010011 | 1001010 | 110100 |
Color Harmonies of #9229DF
Complementary color
Monochromatic Colors of #9229DF
Black with #9229DF
Text Example
Text Example
White with #9229DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9229DF; }
p { color: rgb(146,41,223); }
H1.HeaderClassName
{
color: #9229DF;
}
.AnyTagClassName
{
color: #9229DF;
}
</style>
background-color css
<style>
a { background-color: #9229DF; }
a { background-color: rgb(146,41,223); }
div.DivClassName
{
background-color: #9229DF;
}
.BgClassName
{
background-color: #9229DF;
}
</style>
border-color css
<style>
span { border-color: #9229DF; }
span { border-color: rgb(146,41,223); }
td.TdClassName
{
border-color: #9229DF;
}
.TagClassName
{
border-color: #9229DF;
}
</style>