Shades of Blue Violet #9214EA
Tints of Blue Violet #9214EA
RGB
CMYK
RGB Variations
Color information
#9214EA (or 0x9214EA) is known color: Blue Violet. HEX triplet: 92, 14 and EA. RGB value is (146,20,234). Sum of RGB (Red+Green+Blue) = 146+20+234=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #9214EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9214EA is #6DEB15. Grayscale: #515151. Windows color (decimal): -7203606 or 15340690. OLE color: 15340690.
HSL color Cylindrical-coordinate representation of color #9214EA: hue angle of 275.33º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9214EA is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 20 | 234 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.08 |
| HSL | 275.33º | 0.84% | 0.5% | - |
| HSV(B) | 275.33º | 0.91% | 0.92% | - |
| XYZ | 26.96 | 12.55 | 78.84 | - |
| YUV | 82.07 | 213.74 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 234 | 0.38 | 0.91 | 0 | 0.08 | 275.33 | 0.84 | 0.5 |
| Hex | 92 | 14 | EA | 26 | 5B | 0 | 8 | 113 | 54 | 32 |
| Octal | 222 | 24 | 352 | 46 | 133 | 0 | 10 | 423 | 124 | 62 |
| Binary | 10010010 | 10100 | 11101010 | 100110 | 1011011 | 0 | 1000 | 100010011 | 1010100 | 110010 |
Color Harmonies of #9214EA
Complementary color
Monochromatic Colors of #9214EA
Black with #9214EA
Text Example
Text Example
White with #9214EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9214EA; }
p { color: rgb(146,20,234); }
H1.HeaderClassName
{
color: #9214EA;
}
.AnyTagClassName
{
color: #9214EA;
}
</style>
background-color css
<style>
a { background-color: #9214EA; }
a { background-color: rgb(146,20,234); }
div.DivClassName
{
background-color: #9214EA;
}
.BgClassName
{
background-color: #9214EA;
}
</style>
border-color css
<style>
span { border-color: #9214EA; }
span { border-color: rgb(146,20,234); }
td.TdClassName
{
border-color: #9214EA;
}
.TagClassName
{
border-color: #9214EA;
}
</style>