Shades of Blue Violet #9326F1
Tints of Blue Violet #9326F1
RGB
CMYK
RGB Variations
Color information
#9326F1 (or 0x9326F1) is known color: Blue Violet. HEX triplet: 93, 26 and F1. RGB value is (147,38,241). Sum of RGB (Red+Green+Blue) = 147+38+241=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #9326F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9326F1 is #6CD90E. Grayscale: #5D5D5D. Windows color (decimal): -7133455 or 15804051. OLE color: 15804051.
HSL color Cylindrical-coordinate representation of color #9326F1: hue angle of 272.22º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9326F1 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 38 | 241 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.05 |
| HSL | 272.22º | 0.88% | 0.55% | - |
| HSV(B) | 272.22º | 0.84% | 0.95% | - |
| XYZ | 28.6 | 13.94 | 84.4 | - |
| YUV | 93.73 | 211.11 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 241 | 0.39 | 0.84 | 0 | 0.05 | 272.22 | 0.88 | 0.55 |
| Hex | 93 | 26 | F1 | 27 | 54 | 0 | 5 | 110 | 58 | 37 |
| Octal | 223 | 46 | 361 | 47 | 124 | 0 | 5 | 420 | 130 | 67 |
| Binary | 10010011 | 100110 | 11110001 | 100111 | 1010100 | 0 | 101 | 100010000 | 1011000 | 110111 |
Color Harmonies of #9326F1
Complementary color
Monochromatic Colors of #9326F1
Black with #9326F1
Text Example
Text Example
White with #9326F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326F1; }
p { color: rgb(147,38,241); }
H1.HeaderClassName
{
color: #9326F1;
}
.AnyTagClassName
{
color: #9326F1;
}
</style>
background-color css
<style>
a { background-color: #9326F1; }
a { background-color: rgb(147,38,241); }
div.DivClassName
{
background-color: #9326F1;
}
.BgClassName
{
background-color: #9326F1;
}
</style>
border-color css
<style>
span { border-color: #9326F1; }
span { border-color: rgb(147,38,241); }
td.TdClassName
{
border-color: #9326F1;
}
.TagClassName
{
border-color: #9326F1;
}
</style>