Shades of Blue Violet #893FFB
Tints of Blue Violet #893FFB
RGB
CMYK
RGB Variations
Color information
#893FFB (or 0x893FFB) is known color: Blue Violet. HEX triplet: 89, 3F and FB. RGB value is (137,63,251). Sum of RGB (Red+Green+Blue) = 137+63+251=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #893FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FFB is #76C004. Grayscale: #696969. Windows color (decimal): -7782405 or 16465801. OLE color: 16465801.
HSL color Cylindrical-coordinate representation of color #893FFB: hue angle of 263.62º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #893FFB is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 63 | 251 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.02 |
| HSL | 263.62º | 0.96% | 0.62% | - |
| HSV(B) | 263.62º | 0.75% | 0.98% | - |
| XYZ | 29.51 | 15.84 | 92.77 | - |
| YUV | 106.56 | 209.52 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 251 | 0.45 | 0.75 | 0 | 0.02 | 263.62 | 0.96 | 0.62 |
| Hex | 89 | 3F | FB | 2D | 4B | 0 | 2 | 108 | 60 | 3E |
| Octal | 211 | 77 | 373 | 55 | 113 | 0 | 2 | 410 | 140 | 76 |
| Binary | 10001001 | 111111 | 11111011 | 101101 | 1001011 | 0 | 10 | 100001000 | 1100000 | 111110 |
Color Harmonies of #893FFB
Complementary color
Monochromatic Colors of #893FFB
Black with #893FFB
Text Example
Text Example
White with #893FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FFB; }
p { color: rgb(137,63,251); }
H1.HeaderClassName
{
color: #893FFB;
}
.AnyTagClassName
{
color: #893FFB;
}
</style>
background-color css
<style>
a { background-color: #893FFB; }
a { background-color: rgb(137,63,251); }
div.DivClassName
{
background-color: #893FFB;
}
.BgClassName
{
background-color: #893FFB;
}
</style>
border-color css
<style>
span { border-color: #893FFB; }
span { border-color: rgb(137,63,251); }
td.TdClassName
{
border-color: #893FFB;
}
.TagClassName
{
border-color: #893FFB;
}
</style>