Shades of Blue Violet #8932FA
Tints of Blue Violet #8932FA
RGB
CMYK
RGB Variations
Color information
#8932FA (or 0x8932FA) is known color: Blue Violet. HEX triplet: 89, 32 and FA. RGB value is (137,50,250). Sum of RGB (Red+Green+Blue) = 137+50+250=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #8932FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8932FA is #76CD05. Grayscale: #626262. Windows color (decimal): -7785734 or 16396937. OLE color: 16396937.
HSL color Cylindrical-coordinate representation of color #8932FA: hue angle of 266.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8932FA is Cyan = 0.45, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 50 | 250 | - |
| CMYK | 0.45 | 0.8 | 0 | 0.02 |
| HSL | 266.1º | 0.95% | 0.59% | - |
| HSV(B) | 266.1º | 0.8% | 0.98% | - |
| XYZ | 28.71 | 14.5 | 91.73 | - |
| YUV | 98.81 | 213.32 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 250 | 0.45 | 0.8 | 0 | 0.02 | 266.1 | 0.95 | 0.59 |
| Hex | 89 | 32 | FA | 2D | 50 | 0 | 2 | 10A | 5F | 3B |
| Octal | 211 | 62 | 372 | 55 | 120 | 0 | 2 | 412 | 137 | 73 |
| Binary | 10001001 | 110010 | 11111010 | 101101 | 1010000 | 0 | 10 | 100001010 | 1011111 | 111011 |
Color Harmonies of #8932FA
Complementary color
Monochromatic Colors of #8932FA
Black with #8932FA
Text Example
Text Example
White with #8932FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8932FA; }
p { color: rgb(137,50,250); }
H1.HeaderClassName
{
color: #8932FA;
}
.AnyTagClassName
{
color: #8932FA;
}
</style>
background-color css
<style>
a { background-color: #8932FA; }
a { background-color: rgb(137,50,250); }
div.DivClassName
{
background-color: #8932FA;
}
.BgClassName
{
background-color: #8932FA;
}
</style>
border-color css
<style>
span { border-color: #8932FA; }
span { border-color: rgb(137,50,250); }
td.TdClassName
{
border-color: #8932FA;
}
.TagClassName
{
border-color: #8932FA;
}
</style>