Shades of Blue Violet #9318FA
Tints of Blue Violet #9318FA
RGB
CMYK
RGB Variations
Color information
#9318FA (or 0x9318FA) is known color: Blue Violet. HEX triplet: 93, 18 and FA. RGB value is (147,24,250). Sum of RGB (Red+Green+Blue) = 147+24+250=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #9318FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9318FA is #6CE705. Grayscale: #555555. Windows color (decimal): -7137030 or 16390291. OLE color: 16390291.
HSL color Cylindrical-coordinate representation of color #9318FA: hue angle of 272.65º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9318FA is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 24 | 250 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.02 |
| HSL | 272.65º | 0.96% | 0.54% | - |
| HSV(B) | 272.65º | 0.9% | 0.98% | - |
| XYZ | 29.61 | 13.76 | 91.54 | - |
| YUV | 86.54 | 220.25 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 250 | 0.41 | 0.90 | 0 | 0.02 | 272.65 | 0.96 | 0.54 |
| Hex | 93 | 18 | FA | 29 | 5A | 0 | 2 | 111 | 60 | 36 |
| Octal | 223 | 30 | 372 | 51 | 132 | 0 | 2 | 421 | 140 | 66 |
| Binary | 10010011 | 11000 | 11111010 | 101001 | 1011010 | 0 | 10 | 100010001 | 1100000 | 110110 |
Color Harmonies of #9318FA
Complementary color
Monochromatic Colors of #9318FA
Black with #9318FA
Text Example
Text Example
White with #9318FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9318FA; }
p { color: rgb(147,24,250); }
H1.HeaderClassName
{
color: #9318FA;
}
.AnyTagClassName
{
color: #9318FA;
}
</style>
background-color css
<style>
a { background-color: #9318FA; }
a { background-color: rgb(147,24,250); }
div.DivClassName
{
background-color: #9318FA;
}
.BgClassName
{
background-color: #9318FA;
}
</style>
border-color css
<style>
span { border-color: #9318FA; }
span { border-color: rgb(147,24,250); }
td.TdClassName
{
border-color: #9318FA;
}
.TagClassName
{
border-color: #9318FA;
}
</style>