Shades of Blue Violet #9230EC
Tints of Blue Violet #9230EC
RGB
CMYK
RGB Variations
Color information
#9230EC (or 0x9230EC) is known color: Blue Violet. HEX triplet: 92, 30 and EC. RGB value is (146,48,236). Sum of RGB (Red+Green+Blue) = 146+48+236=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #9230EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9230EC is #6DCF13. Grayscale: #626262. Windows color (decimal): -7196436 or 15478930. OLE color: 15478930.
HSL color Cylindrical-coordinate representation of color #9230EC: hue angle of 271.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9230EC is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 48 | 236 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.07 |
| HSL | 271.28º | 0.83% | 0.56% | - |
| HSV(B) | 271.28º | 0.8% | 0.93% | - |
| XYZ | 28.05 | 14.28 | 80.63 | - |
| YUV | 98.73 | 205.47 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 236 | 0.38 | 0.80 | 0 | 0.07 | 271.28 | 0.83 | 0.56 |
| Hex | 92 | 30 | EC | 26 | 50 | 0 | 7 | 10F | 53 | 38 |
| Octal | 222 | 60 | 354 | 46 | 120 | 0 | 7 | 417 | 123 | 70 |
| Binary | 10010010 | 110000 | 11101100 | 100110 | 1010000 | 0 | 111 | 100001111 | 1010011 | 111000 |
Color Harmonies of #9230EC
Complementary color
Monochromatic Colors of #9230EC
Black with #9230EC
Text Example
Text Example
White with #9230EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9230EC; }
p { color: rgb(146,48,236); }
H1.HeaderClassName
{
color: #9230EC;
}
.AnyTagClassName
{
color: #9230EC;
}
</style>
background-color css
<style>
a { background-color: #9230EC; }
a { background-color: rgb(146,48,236); }
div.DivClassName
{
background-color: #9230EC;
}
.BgClassName
{
background-color: #9230EC;
}
</style>
border-color css
<style>
span { border-color: #9230EC; }
span { border-color: rgb(146,48,236); }
td.TdClassName
{
border-color: #9230EC;
}
.TagClassName
{
border-color: #9230EC;
}
</style>