Shades of Blue Violet #9344EA
Tints of Blue Violet #9344EA
RGB
CMYK
RGB Variations
Color information
#9344EA (or 0x9344EA) is known color: Blue Violet. HEX triplet: 93, 44 and EA. RGB value is (147,68,234). Sum of RGB (Red+Green+Blue) = 147+68+234=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #9344EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9344EA is #6CBB15. Grayscale: #6D6D6D. Windows color (decimal): -7125782 or 15352979. OLE color: 15352979.
HSL color Cylindrical-coordinate representation of color #9344EA: hue angle of 268.55º 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 #9344EA is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 68 | 234 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.08 |
| HSL | 268.55º | 0.8% | 0.59% | - |
| HSV(B) | 268.55º | 0.71% | 0.92% | - |
| XYZ | 28.95 | 16.28 | 79.46 | - |
| YUV | 110.55 | 197.67 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 234 | 0.37 | 0.71 | 0 | 0.08 | 268.55 | 0.8 | 0.59 |
| Hex | 93 | 44 | EA | 25 | 47 | 0 | 8 | 10D | 50 | 3B |
| Octal | 223 | 104 | 352 | 45 | 107 | 0 | 10 | 415 | 120 | 73 |
| Binary | 10010011 | 1000100 | 11101010 | 100101 | 1000111 | 0 | 1000 | 100001101 | 1010000 | 111011 |
Color Harmonies of #9344EA
Complementary color
Monochromatic Colors of #9344EA
Black with #9344EA
Text Example
Text Example
White with #9344EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344EA; }
p { color: rgb(147,68,234); }
H1.HeaderClassName
{
color: #9344EA;
}
.AnyTagClassName
{
color: #9344EA;
}
</style>
background-color css
<style>
a { background-color: #9344EA; }
a { background-color: rgb(147,68,234); }
div.DivClassName
{
background-color: #9344EA;
}
.BgClassName
{
background-color: #9344EA;
}
</style>
border-color css
<style>
span { border-color: #9344EA; }
span { border-color: rgb(147,68,234); }
td.TdClassName
{
border-color: #9344EA;
}
.TagClassName
{
border-color: #9344EA;
}
</style>