Shades of Blue Violet #8936F1
Tints of Blue Violet #8936F1
RGB
CMYK
RGB Variations
Color information
#8936F1 (or 0x8936F1) is known color: Blue Violet. HEX triplet: 89, 36 and F1. RGB value is (137,54,241). Sum of RGB (Red+Green+Blue) = 137+54+241=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #8936F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8936F1 is #76C90E. Grayscale: #636363. Windows color (decimal): -7784719 or 15808137. OLE color: 15808137.
HSL color Cylindrical-coordinate representation of color #8936F1: hue angle of 266.63º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8936F1 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 54 | 241 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.05 |
| HSL | 266.63º | 0.87% | 0.58% | - |
| HSV(B) | 266.63º | 0.78% | 0.95% | - |
| XYZ | 27.51 | 14.31 | 84.53 | - |
| YUV | 100.14 | 207.5 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 241 | 0.43 | 0.78 | 0 | 0.05 | 266.63 | 0.87 | 0.58 |
| Hex | 89 | 36 | F1 | 2B | 4E | 0 | 5 | 10B | 57 | 3A |
| Octal | 211 | 66 | 361 | 53 | 116 | 0 | 5 | 413 | 127 | 72 |
| Binary | 10001001 | 110110 | 11110001 | 101011 | 1001110 | 0 | 101 | 100001011 | 1010111 | 111010 |
Color Harmonies of #8936F1
Complementary color
Monochromatic Colors of #8936F1
Black with #8936F1
Text Example
Text Example
White with #8936F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8936F1; }
p { color: rgb(137,54,241); }
H1.HeaderClassName
{
color: #8936F1;
}
.AnyTagClassName
{
color: #8936F1;
}
</style>
background-color css
<style>
a { background-color: #8936F1; }
a { background-color: rgb(137,54,241); }
div.DivClassName
{
background-color: #8936F1;
}
.BgClassName
{
background-color: #8936F1;
}
</style>
border-color css
<style>
span { border-color: #8936F1; }
span { border-color: rgb(137,54,241); }
td.TdClassName
{
border-color: #8936F1;
}
.TagClassName
{
border-color: #8936F1;
}
</style>