Shades of Blue Violet #9345EA
Tints of Blue Violet #9345EA
RGB
CMYK
RGB Variations
Color information
#9345EA (or 0x9345EA) is known color: Blue Violet. HEX triplet: 93, 45 and EA. RGB value is (147,69,234). Sum of RGB (Red+Green+Blue) = 147+69+234=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #9345EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9345EA is #6CBA15. Grayscale: #6E6E6E. Windows color (decimal): -7125526 or 15353235. OLE color: 15353235.
HSL color Cylindrical-coordinate representation of color #9345EA: hue angle of 268.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9345EA is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 69 | 234 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.08 |
| HSL | 268.36º | 0.8% | 0.59% | - |
| HSV(B) | 268.36º | 0.71% | 0.92% | - |
| XYZ | 29.01 | 16.4 | 79.48 | - |
| YUV | 111.13 | 197.34 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 234 | 0.37 | 0.71 | 0 | 0.08 | 268.36 | 0.8 | 0.59 |
| Hex | 93 | 45 | EA | 25 | 47 | 0 | 8 | 10C | 50 | 3B |
| Octal | 223 | 105 | 352 | 45 | 107 | 0 | 10 | 414 | 120 | 73 |
| Binary | 10010011 | 1000101 | 11101010 | 100101 | 1000111 | 0 | 1000 | 100001100 | 1010000 | 111011 |
Color Harmonies of #9345EA
Complementary color
Monochromatic Colors of #9345EA
Black with #9345EA
Text Example
Text Example
White with #9345EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9345EA; }
p { color: rgb(147,69,234); }
H1.HeaderClassName
{
color: #9345EA;
}
.AnyTagClassName
{
color: #9345EA;
}
</style>
background-color css
<style>
a { background-color: #9345EA; }
a { background-color: rgb(147,69,234); }
div.DivClassName
{
background-color: #9345EA;
}
.BgClassName
{
background-color: #9345EA;
}
</style>
border-color css
<style>
span { border-color: #9345EA; }
span { border-color: rgb(147,69,234); }
td.TdClassName
{
border-color: #9345EA;
}
.TagClassName
{
border-color: #9345EA;
}
</style>