Shades of Blue Violet #8942FA
Tints of Blue Violet #8942FA
RGB
CMYK
RGB Variations
Color information
#8942FA (or 0x8942FA) is known color: Blue Violet. HEX triplet: 89, 42 and FA. RGB value is (137,66,250). Sum of RGB (Red+Green+Blue) = 137+66+250=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #8942FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8942FA is #76BD05. Grayscale: #6B6B6B. Windows color (decimal): -7781638 or 16401033. OLE color: 16401033.
HSL color Cylindrical-coordinate representation of color #8942FA: hue angle of 263.15º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8942FA is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 66 | 250 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.02 |
| HSL | 263.15º | 0.95% | 0.62% | - |
| HSV(B) | 263.15º | 0.74% | 0.98% | - |
| XYZ | 29.52 | 16.12 | 92 | - |
| YUV | 108.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 250 | 0.45 | 0.74 | 0 | 0.02 | 263.15 | 0.95 | 0.62 |
| Hex | 89 | 42 | FA | 2D | 4A | 0 | 2 | 107 | 5F | 3E |
| Octal | 211 | 102 | 372 | 55 | 112 | 0 | 2 | 407 | 137 | 76 |
| Binary | 10001001 | 1000010 | 11111010 | 101101 | 1001010 | 0 | 10 | 100000111 | 1011111 | 111110 |
Color Harmonies of #8942FA
Complementary color
Monochromatic Colors of #8942FA
Black with #8942FA
Text Example
Text Example
White with #8942FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8942FA; }
p { color: rgb(137,66,250); }
H1.HeaderClassName
{
color: #8942FA;
}
.AnyTagClassName
{
color: #8942FA;
}
</style>
background-color css
<style>
a { background-color: #8942FA; }
a { background-color: rgb(137,66,250); }
div.DivClassName
{
background-color: #8942FA;
}
.BgClassName
{
background-color: #8942FA;
}
</style>
border-color css
<style>
span { border-color: #8942FA; }
span { border-color: rgb(137,66,250); }
td.TdClassName
{
border-color: #8942FA;
}
.TagClassName
{
border-color: #8942FA;
}
</style>