Shades of Blue Violet #893BFB
Tints of Blue Violet #893BFB
RGB
CMYK
RGB Variations
Color information
#893BFB (or 0x893BFB) is known color: Blue Violet. HEX triplet: 89, 3B and FB. RGB value is (137,59,251). Sum of RGB (Red+Green+Blue) = 137+59+251=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #893BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BFB is #76C404. Grayscale: #676767. Windows color (decimal): -7783429 or 16464777. OLE color: 16464777.
HSL color Cylindrical-coordinate representation of color #893BFB: hue angle of 264.38º degrees, saturation: 0.96, 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 #893BFB is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 59 | 251 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.02 |
| HSL | 264.38º | 0.96% | 0.61% | - |
| HSV(B) | 264.38º | 0.76% | 0.98% | - |
| XYZ | 29.29 | 15.41 | 92.7 | - |
| YUV | 104.21 | 210.84 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 251 | 0.45 | 0.76 | 0 | 0.02 | 264.38 | 0.96 | 0.61 |
| Hex | 89 | 3B | FB | 2D | 4C | 0 | 2 | 108 | 60 | 3D |
| Octal | 211 | 73 | 373 | 55 | 114 | 0 | 2 | 410 | 140 | 75 |
| Binary | 10001001 | 111011 | 11111011 | 101101 | 1001100 | 0 | 10 | 100001000 | 1100000 | 111101 |
Color Harmonies of #893BFB
Complementary color
Monochromatic Colors of #893BFB
Black with #893BFB
Text Example
Text Example
White with #893BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BFB; }
p { color: rgb(137,59,251); }
H1.HeaderClassName
{
color: #893BFB;
}
.AnyTagClassName
{
color: #893BFB;
}
</style>
background-color css
<style>
a { background-color: #893BFB; }
a { background-color: rgb(137,59,251); }
div.DivClassName
{
background-color: #893BFB;
}
.BgClassName
{
background-color: #893BFB;
}
</style>
border-color css
<style>
span { border-color: #893BFB; }
span { border-color: rgb(137,59,251); }
td.TdClassName
{
border-color: #893BFB;
}
.TagClassName
{
border-color: #893BFB;
}
</style>