Shades of Blue Violet #893BFE
Tints of Blue Violet #893BFE
RGB
CMYK
RGB Variations
Color information
#893BFE (or 0x893BFE) is known color: Blue Violet. HEX triplet: 89, 3B and FE. RGB value is (137,59,254). Sum of RGB (Red+Green+Blue) = 137+59+254=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #893BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BFE is #76C401. Grayscale: #676767. Windows color (decimal): -7783426 or 16661385. OLE color: 16661385.
HSL color Cylindrical-coordinate representation of color #893BFE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #893BFE is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 59 | 254 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.61% | - |
| HSV(B) | 264º | 0.77% | 1% | - |
| XYZ | 29.77 | 15.6 | 95.21 | - |
| YUV | 104.55 | 212.34 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 254 | 0.46 | 0.77 | 0 | 0.00 | 264 | 0.99 | 0.61 |
| Hex | 89 | 3B | FE | 2E | 4D | 0 | 0 | 108 | 63 | 3D |
| Octal | 211 | 73 | 376 | 56 | 115 | 0 | 0 | 410 | 143 | 75 |
| Binary | 10001001 | 111011 | 11111110 | 101110 | 1001101 | 0 | 0 | 100001000 | 1100011 | 111101 |
Color Harmonies of #893BFE
Complementary color
Monochromatic Colors of #893BFE
Black with #893BFE
Text Example
Text Example
White with #893BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BFE; }
p { color: rgb(137,59,254); }
H1.HeaderClassName
{
color: #893BFE;
}
.AnyTagClassName
{
color: #893BFE;
}
</style>
background-color css
<style>
a { background-color: #893BFE; }
a { background-color: rgb(137,59,254); }
div.DivClassName
{
background-color: #893BFE;
}
.BgClassName
{
background-color: #893BFE;
}
</style>
border-color css
<style>
span { border-color: #893BFE; }
span { border-color: rgb(137,59,254); }
td.TdClassName
{
border-color: #893BFE;
}
.TagClassName
{
border-color: #893BFE;
}
</style>