Shades of Blue Violet #8934FA
Tints of Blue Violet #8934FA
RGB
CMYK
RGB Variations
Color information
#8934FA (or 0x8934FA) is known color: Blue Violet. HEX triplet: 89, 34 and FA. RGB value is (137,52,250). Sum of RGB (Red+Green+Blue) = 137+52+250=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #8934FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8934FA is #76CB05. Grayscale: #636363. Windows color (decimal): -7785222 or 16397449. OLE color: 16397449.
HSL color Cylindrical-coordinate representation of color #8934FA: hue angle of 265.76º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8934FA is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 52 | 250 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.02 |
| HSL | 265.76º | 0.95% | 0.59% | - |
| HSV(B) | 265.76º | 0.79% | 0.98% | - |
| XYZ | 28.8 | 14.68 | 91.76 | - |
| YUV | 99.99 | 212.66 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 250 | 0.45 | 0.79 | 0 | 0.02 | 265.76 | 0.95 | 0.59 |
| Hex | 89 | 34 | FA | 2D | 4F | 0 | 2 | 10A | 5F | 3B |
| Octal | 211 | 64 | 372 | 55 | 117 | 0 | 2 | 412 | 137 | 73 |
| Binary | 10001001 | 110100 | 11111010 | 101101 | 1001111 | 0 | 10 | 100001010 | 1011111 | 111011 |
Color Harmonies of #8934FA
Complementary color
Monochromatic Colors of #8934FA
Black with #8934FA
Text Example
Text Example
White with #8934FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934FA; }
p { color: rgb(137,52,250); }
H1.HeaderClassName
{
color: #8934FA;
}
.AnyTagClassName
{
color: #8934FA;
}
</style>
background-color css
<style>
a { background-color: #8934FA; }
a { background-color: rgb(137,52,250); }
div.DivClassName
{
background-color: #8934FA;
}
.BgClassName
{
background-color: #8934FA;
}
</style>
border-color css
<style>
span { border-color: #8934FA; }
span { border-color: rgb(137,52,250); }
td.TdClassName
{
border-color: #8934FA;
}
.TagClassName
{
border-color: #8934FA;
}
</style>