Shades of Blue Violet #9318F1
Tints of Blue Violet #9318F1
RGB
CMYK
RGB Variations
Color information
#9318F1 (or 0x9318F1) is known color: Blue Violet. HEX triplet: 93, 18 and F1. RGB value is (147,24,241). Sum of RGB (Red+Green+Blue) = 147+24+241=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #9318F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9318F1 is #6CE70E. Grayscale: #545454. Windows color (decimal): -7137039 or 15800467. OLE color: 15800467.
HSL color Cylindrical-coordinate representation of color #9318F1: hue angle of 274.01º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9318F1 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 24 | 241 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.05 |
| HSL | 274.01º | 0.89% | 0.52% | - |
| HSV(B) | 274.01º | 0.9% | 0.95% | - |
| XYZ | 28.24 | 13.21 | 84.28 | - |
| YUV | 85.52 | 215.75 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 241 | 0.39 | 0.90 | 0 | 0.05 | 274.01 | 0.89 | 0.52 |
| Hex | 93 | 18 | F1 | 27 | 5A | 0 | 5 | 112 | 59 | 34 |
| Octal | 223 | 30 | 361 | 47 | 132 | 0 | 5 | 422 | 131 | 64 |
| Binary | 10010011 | 11000 | 11110001 | 100111 | 1011010 | 0 | 101 | 100010010 | 1011001 | 110100 |
Color Harmonies of #9318F1
Complementary color
Monochromatic Colors of #9318F1
Black with #9318F1
Text Example
Text Example
White with #9318F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9318F1; }
p { color: rgb(147,24,241); }
H1.HeaderClassName
{
color: #9318F1;
}
.AnyTagClassName
{
color: #9318F1;
}
</style>
background-color css
<style>
a { background-color: #9318F1; }
a { background-color: rgb(147,24,241); }
div.DivClassName
{
background-color: #9318F1;
}
.BgClassName
{
background-color: #9318F1;
}
</style>
border-color css
<style>
span { border-color: #9318F1; }
span { border-color: rgb(147,24,241); }
td.TdClassName
{
border-color: #9318F1;
}
.TagClassName
{
border-color: #9318F1;
}
</style>