Shades of Blue Violet #9343EF
Tints of Blue Violet #9343EF
RGB
CMYK
RGB Variations
Color information
#9343EF (or 0x9343EF) is known color: Blue Violet. HEX triplet: 93, 43 and EF. RGB value is (147,67,239). Sum of RGB (Red+Green+Blue) = 147+67+239=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #9343EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9343EF is #6CBC10. Grayscale: #6D6D6D. Windows color (decimal): -7126033 or 15680403. OLE color: 15680403.
HSL color Cylindrical-coordinate representation of color #9343EF: hue angle of 267.91º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9343EF is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 67 | 239 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.06 |
| HSL | 267.91º | 0.84% | 0.6% | - |
| HSV(B) | 267.91º | 0.72% | 0.94% | - |
| XYZ | 29.62 | 16.45 | 83.28 | - |
| YUV | 110.53 | 200.5 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 239 | 0.38 | 0.72 | 0 | 0.06 | 267.91 | 0.84 | 0.6 |
| Hex | 93 | 43 | EF | 26 | 48 | 0 | 6 | 10C | 54 | 3C |
| Octal | 223 | 103 | 357 | 46 | 110 | 0 | 6 | 414 | 124 | 74 |
| Binary | 10010011 | 1000011 | 11101111 | 100110 | 1001000 | 0 | 110 | 100001100 | 1010100 | 111100 |
Color Harmonies of #9343EF
Complementary color
Monochromatic Colors of #9343EF
Black with #9343EF
Text Example
Text Example
White with #9343EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9343EF; }
p { color: rgb(147,67,239); }
H1.HeaderClassName
{
color: #9343EF;
}
.AnyTagClassName
{
color: #9343EF;
}
</style>
background-color css
<style>
a { background-color: #9343EF; }
a { background-color: rgb(147,67,239); }
div.DivClassName
{
background-color: #9343EF;
}
.BgClassName
{
background-color: #9343EF;
}
</style>
border-color css
<style>
span { border-color: #9343EF; }
span { border-color: rgb(147,67,239); }
td.TdClassName
{
border-color: #9343EF;
}
.TagClassName
{
border-color: #9343EF;
}
</style>