Shades of Blue Violet #8938F1
Tints of Blue Violet #8938F1
RGB
CMYK
RGB Variations
Color information
#8938F1 (or 0x8938F1) is known color: Blue Violet. HEX triplet: 89, 38 and F1. RGB value is (137,56,241). Sum of RGB (Red+Green+Blue) = 137+56+241=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #8938F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8938F1 is #76C70E. Grayscale: #646464. Windows color (decimal): -7784207 or 15808649. OLE color: 15808649.
HSL color Cylindrical-coordinate representation of color #8938F1: hue angle of 266.27º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8938F1 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 56 | 241 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.05 |
| HSL | 266.27º | 0.87% | 0.58% | - |
| HSV(B) | 266.27º | 0.77% | 0.95% | - |
| XYZ | 27.61 | 14.5 | 84.56 | - |
| YUV | 101.31 | 206.84 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 241 | 0.43 | 0.77 | 0 | 0.05 | 266.27 | 0.87 | 0.58 |
| Hex | 89 | 38 | F1 | 2B | 4D | 0 | 5 | 10A | 57 | 3A |
| Octal | 211 | 70 | 361 | 53 | 115 | 0 | 5 | 412 | 127 | 72 |
| Binary | 10001001 | 111000 | 11110001 | 101011 | 1001101 | 0 | 101 | 100001010 | 1010111 | 111010 |
Color Harmonies of #8938F1
Complementary color
Monochromatic Colors of #8938F1
Black with #8938F1
Text Example
Text Example
White with #8938F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8938F1; }
p { color: rgb(137,56,241); }
H1.HeaderClassName
{
color: #8938F1;
}
.AnyTagClassName
{
color: #8938F1;
}
</style>
background-color css
<style>
a { background-color: #8938F1; }
a { background-color: rgb(137,56,241); }
div.DivClassName
{
background-color: #8938F1;
}
.BgClassName
{
background-color: #8938F1;
}
</style>
border-color css
<style>
span { border-color: #8938F1; }
span { border-color: rgb(137,56,241); }
td.TdClassName
{
border-color: #8938F1;
}
.TagClassName
{
border-color: #8938F1;
}
</style>