Shades of Blue Violet #9314E4
Tints of Blue Violet #9314E4
RGB
CMYK
RGB Variations
Color information
#9314E4 (or 0x9314E4) is known color: Blue Violet. HEX triplet: 93, 14 and E4. RGB value is (147,20,228). Sum of RGB (Red+Green+Blue) = 147+20+228=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #9314E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314E4 is #6CEB1B. Grayscale: #505050. Windows color (decimal): -7138076 or 14947475. OLE color: 14947475.
HSL color Cylindrical-coordinate representation of color #9314E4: hue angle of 276.63º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9314E4 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 20 | 228 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.11 |
| HSL | 276.63º | 0.84% | 0.49% | - |
| HSV(B) | 276.63º | 0.91% | 0.89% | - |
| XYZ | 26.29 | 12.3 | 74.39 | - |
| YUV | 81.69 | 210.58 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 228 | 0.36 | 0.91 | 0 | 0.11 | 276.63 | 0.84 | 0.49 |
| Hex | 93 | 14 | E4 | 24 | 5B | 0 | B | 115 | 54 | 31 |
| Octal | 223 | 24 | 344 | 44 | 133 | 0 | 13 | 425 | 124 | 61 |
| Binary | 10010011 | 10100 | 11100100 | 100100 | 1011011 | 0 | 1011 | 100010101 | 1010100 | 110001 |
Color Harmonies of #9314E4
Complementary color
Monochromatic Colors of #9314E4
Black with #9314E4
Text Example
Text Example
White with #9314E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314E4; }
p { color: rgb(147,20,228); }
H1.HeaderClassName
{
color: #9314E4;
}
.AnyTagClassName
{
color: #9314E4;
}
</style>
background-color css
<style>
a { background-color: #9314E4; }
a { background-color: rgb(147,20,228); }
div.DivClassName
{
background-color: #9314E4;
}
.BgClassName
{
background-color: #9314E4;
}
</style>
border-color css
<style>
span { border-color: #9314E4; }
span { border-color: rgb(147,20,228); }
td.TdClassName
{
border-color: #9314E4;
}
.TagClassName
{
border-color: #9314E4;
}
</style>