Shades of Blue Violet #9318ED
Tints of Blue Violet #9318ED
RGB
CMYK
RGB Variations
Color information
#9318ED (or 0x9318ED) is known color: Blue Violet. HEX triplet: 93, 18 and ED. RGB value is (147,24,237). Sum of RGB (Red+Green+Blue) = 147+24+237=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #9318ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9318ED is #6CE712. Grayscale: #545454. Windows color (decimal): -7137043 or 15538323. OLE color: 15538323.
HSL color Cylindrical-coordinate representation of color #9318ED: hue angle of 274.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9318ED is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 24 | 237 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.07 |
| HSL | 274.65º | 0.86% | 0.51% | - |
| HSV(B) | 274.65º | 0.9% | 0.93% | - |
| XYZ | 27.65 | 12.97 | 81.17 | - |
| YUV | 85.06 | 213.75 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 237 | 0.38 | 0.90 | 0 | 0.07 | 274.65 | 0.86 | 0.51 |
| Hex | 93 | 18 | ED | 26 | 5A | 0 | 7 | 113 | 56 | 33 |
| Octal | 223 | 30 | 355 | 46 | 132 | 0 | 7 | 423 | 126 | 63 |
| Binary | 10010011 | 11000 | 11101101 | 100110 | 1011010 | 0 | 111 | 100010011 | 1010110 | 110011 |
Color Harmonies of #9318ED
Complementary color
Monochromatic Colors of #9318ED
Black with #9318ED
Text Example
Text Example
White with #9318ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9318ED; }
p { color: rgb(147,24,237); }
H1.HeaderClassName
{
color: #9318ED;
}
.AnyTagClassName
{
color: #9318ED;
}
</style>
background-color css
<style>
a { background-color: #9318ED; }
a { background-color: rgb(147,24,237); }
div.DivClassName
{
background-color: #9318ED;
}
.BgClassName
{
background-color: #9318ED;
}
</style>
border-color css
<style>
span { border-color: #9318ED; }
span { border-color: rgb(147,24,237); }
td.TdClassName
{
border-color: #9318ED;
}
.TagClassName
{
border-color: #9318ED;
}
</style>