Shades of Blue Violet #9243E1
Tints of Blue Violet #9243E1
RGB
CMYK
RGB Variations
Color information
#9243E1 (or 0x9243E1) is known color: Blue Violet. HEX triplet: 92, 43 and E1. RGB value is (146,67,225). Sum of RGB (Red+Green+Blue) = 146+67+225=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #9243E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243E1 is #6DBC1E. Grayscale: #6C6C6C. Windows color (decimal): -7191583 or 14762898. OLE color: 14762898.
HSL color Cylindrical-coordinate representation of color #9243E1: hue angle of 270º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9243E1 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 67 | 225 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.12 |
| HSL | 270º | 0.72% | 0.57% | - |
| HSV(B) | 270º | 0.7% | 0.88% | - |
| XYZ | 27.45 | 15.56 | 72.79 | - |
| YUV | 108.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 225 | 0.35 | 0.70 | 0 | 0.12 | 270 | 0.72 | 0.57 |
| Hex | 92 | 43 | E1 | 23 | 46 | 0 | C | 10E | 48 | 39 |
| Octal | 222 | 103 | 341 | 43 | 106 | 0 | 14 | 416 | 110 | 71 |
| Binary | 10010010 | 1000011 | 11100001 | 100011 | 1000110 | 0 | 1100 | 100001110 | 1001000 | 111001 |
Color Harmonies of #9243E1
Complementary color
Monochromatic Colors of #9243E1
Black with #9243E1
Text Example
Text Example
White with #9243E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243E1; }
p { color: rgb(146,67,225); }
H1.HeaderClassName
{
color: #9243E1;
}
.AnyTagClassName
{
color: #9243E1;
}
</style>
background-color css
<style>
a { background-color: #9243E1; }
a { background-color: rgb(146,67,225); }
div.DivClassName
{
background-color: #9243E1;
}
.BgClassName
{
background-color: #9243E1;
}
</style>
border-color css
<style>
span { border-color: #9243E1; }
span { border-color: rgb(146,67,225); }
td.TdClassName
{
border-color: #9243E1;
}
.TagClassName
{
border-color: #9243E1;
}
</style>