Shades of Blue Violet #9342EA
Tints of Blue Violet #9342EA
RGB
CMYK
RGB Variations
Color information
#9342EA (or 0x9342EA) is known color: Blue Violet. HEX triplet: 93, 42 and EA. RGB value is (147,66,234). Sum of RGB (Red+Green+Blue) = 147+66+234=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #9342EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9342EA is #6CBD15. Grayscale: #6C6C6C. Windows color (decimal): -7126294 or 15352467. OLE color: 15352467.
HSL color Cylindrical-coordinate representation of color #9342EA: hue angle of 268.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9342EA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 66 | 234 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.08 |
| HSL | 268.93º | 0.8% | 0.59% | - |
| HSV(B) | 268.93º | 0.72% | 0.92% | - |
| XYZ | 28.83 | 16.04 | 79.42 | - |
| YUV | 109.37 | 198.34 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 234 | 0.37 | 0.72 | 0 | 0.08 | 268.93 | 0.8 | 0.59 |
| Hex | 93 | 42 | EA | 25 | 48 | 0 | 8 | 10D | 50 | 3B |
| Octal | 223 | 102 | 352 | 45 | 110 | 0 | 10 | 415 | 120 | 73 |
| Binary | 10010011 | 1000010 | 11101010 | 100101 | 1001000 | 0 | 1000 | 100001101 | 1010000 | 111011 |
Color Harmonies of #9342EA
Complementary color
Monochromatic Colors of #9342EA
Black with #9342EA
Text Example
Text Example
White with #9342EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9342EA; }
p { color: rgb(147,66,234); }
H1.HeaderClassName
{
color: #9342EA;
}
.AnyTagClassName
{
color: #9342EA;
}
</style>
background-color css
<style>
a { background-color: #9342EA; }
a { background-color: rgb(147,66,234); }
div.DivClassName
{
background-color: #9342EA;
}
.BgClassName
{
background-color: #9342EA;
}
</style>
border-color css
<style>
span { border-color: #9342EA; }
span { border-color: rgb(147,66,234); }
td.TdClassName
{
border-color: #9342EA;
}
.TagClassName
{
border-color: #9342EA;
}
</style>