Shades of Blue Violet #9213FA
Tints of Blue Violet #9213FA
RGB
CMYK
RGB Variations
Color information
#9213FA (or 0x9213FA) is known color: Blue Violet. HEX triplet: 92, 13 and FA. RGB value is (146,19,250). Sum of RGB (Red+Green+Blue) = 146+19+250=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #9213FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9213FA is #6DEC05. Grayscale: #525252. Windows color (decimal): -7203846 or 16389010. OLE color: 16389010.
HSL color Cylindrical-coordinate representation of color #9213FA: hue angle of 272.99º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9213FA is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 19 | 250 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.02 |
| HSL | 272.99º | 0.96% | 0.53% | - |
| HSV(B) | 272.99º | 0.92% | 0.98% | - |
| XYZ | 29.34 | 13.48 | 91.5 | - |
| YUV | 83.31 | 222.08 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 250 | 0.42 | 0.92 | 0 | 0.02 | 272.99 | 0.96 | 0.53 |
| Hex | 92 | 13 | FA | 2A | 5C | 0 | 2 | 111 | 60 | 35 |
| Octal | 222 | 23 | 372 | 52 | 134 | 0 | 2 | 421 | 140 | 65 |
| Binary | 10010010 | 10011 | 11111010 | 101010 | 1011100 | 0 | 10 | 100010001 | 1100000 | 110101 |
Color Harmonies of #9213FA
Complementary color
Monochromatic Colors of #9213FA
Black with #9213FA
Text Example
Text Example
White with #9213FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9213FA; }
p { color: rgb(146,19,250); }
H1.HeaderClassName
{
color: #9213FA;
}
.AnyTagClassName
{
color: #9213FA;
}
</style>
background-color css
<style>
a { background-color: #9213FA; }
a { background-color: rgb(146,19,250); }
div.DivClassName
{
background-color: #9213FA;
}
.BgClassName
{
background-color: #9213FA;
}
</style>
border-color css
<style>
span { border-color: #9213FA; }
span { border-color: rgb(146,19,250); }
td.TdClassName
{
border-color: #9213FA;
}
.TagClassName
{
border-color: #9213FA;
}
</style>