Shades of Blue Violet #893DFB
Tints of Blue Violet #893DFB
RGB
CMYK
RGB Variations
Color information
#893DFB (or 0x893DFB) is known color: Blue Violet. HEX triplet: 89, 3D and FB. RGB value is (137,61,251). Sum of RGB (Red+Green+Blue) = 137+61+251=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #893DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893DFB is #76C204. Grayscale: #686868. Windows color (decimal): -7782917 or 16465289. OLE color: 16465289.
HSL color Cylindrical-coordinate representation of color #893DFB: hue angle of 264º 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 #893DFB is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 61 | 251 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.02 |
| HSL | 264º | 0.96% | 0.61% | - |
| HSV(B) | 264º | 0.76% | 0.98% | - |
| XYZ | 29.4 | 15.62 | 92.73 | - |
| YUV | 105.38 | 210.18 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 251 | 0.45 | 0.76 | 0 | 0.02 | 264 | 0.96 | 0.61 |
| Hex | 89 | 3D | FB | 2D | 4C | 0 | 2 | 108 | 60 | 3D |
| Octal | 211 | 75 | 373 | 55 | 114 | 0 | 2 | 410 | 140 | 75 |
| Binary | 10001001 | 111101 | 11111011 | 101101 | 1001100 | 0 | 10 | 100001000 | 1100000 | 111101 |
Color Harmonies of #893DFB
Complementary color
Monochromatic Colors of #893DFB
Black with #893DFB
Text Example
Text Example
White with #893DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DFB; }
p { color: rgb(137,61,251); }
H1.HeaderClassName
{
color: #893DFB;
}
.AnyTagClassName
{
color: #893DFB;
}
</style>
background-color css
<style>
a { background-color: #893DFB; }
a { background-color: rgb(137,61,251); }
div.DivClassName
{
background-color: #893DFB;
}
.BgClassName
{
background-color: #893DFB;
}
</style>
border-color css
<style>
span { border-color: #893DFB; }
span { border-color: rgb(137,61,251); }
td.TdClassName
{
border-color: #893DFB;
}
.TagClassName
{
border-color: #893DFB;
}
</style>