Shades of Blue Violet #893BFA
Tints of Blue Violet #893BFA
RGB
CMYK
RGB Variations
Color information
#893BFA (or 0x893BFA) is known color: Blue Violet. HEX triplet: 89, 3B and FA. RGB value is (137,59,250). Sum of RGB (Red+Green+Blue) = 137+59+250=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #893BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BFA is #76C405. Grayscale: #676767. Windows color (decimal): -7783430 or 16399241. OLE color: 16399241.
HSL color Cylindrical-coordinate representation of color #893BFA: hue angle of 264.5º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893BFA is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 59 | 250 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.02 |
| HSL | 264.5º | 0.95% | 0.61% | - |
| HSV(B) | 264.5º | 0.76% | 0.98% | - |
| XYZ | 29.14 | 15.35 | 91.87 | - |
| YUV | 104.1 | 210.34 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 250 | 0.45 | 0.76 | 0 | 0.02 | 264.5 | 0.95 | 0.61 |
| Hex | 89 | 3B | FA | 2D | 4C | 0 | 2 | 109 | 5F | 3D |
| Octal | 211 | 73 | 372 | 55 | 114 | 0 | 2 | 411 | 137 | 75 |
| Binary | 10001001 | 111011 | 11111010 | 101101 | 1001100 | 0 | 10 | 100001001 | 1011111 | 111101 |
Color Harmonies of #893BFA
Complementary color
Monochromatic Colors of #893BFA
Black with #893BFA
Text Example
Text Example
White with #893BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BFA; }
p { color: rgb(137,59,250); }
H1.HeaderClassName
{
color: #893BFA;
}
.AnyTagClassName
{
color: #893BFA;
}
</style>
background-color css
<style>
a { background-color: #893BFA; }
a { background-color: rgb(137,59,250); }
div.DivClassName
{
background-color: #893BFA;
}
.BgClassName
{
background-color: #893BFA;
}
</style>
border-color css
<style>
span { border-color: #893BFA; }
span { border-color: rgb(137,59,250); }
td.TdClassName
{
border-color: #893BFA;
}
.TagClassName
{
border-color: #893BFA;
}
</style>