Shades of Blue Violet #893CFE
Tints of Blue Violet #893CFE
RGB
CMYK
RGB Variations
Color information
#893CFE (or 0x893CFE) is known color: Blue Violet. HEX triplet: 89, 3C and FE. RGB value is (137,60,254). Sum of RGB (Red+Green+Blue) = 137+60+254=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #893CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CFE is #76C301. Grayscale: #686868. Windows color (decimal): -7783170 or 16661641. OLE color: 16661641.
HSL color Cylindrical-coordinate representation of color #893CFE: hue angle of 263.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893CFE is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 60 | 254 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.00 |
| HSL | 263.81º | 0.99% | 0.62% | - |
| HSV(B) | 263.81º | 0.76% | 1% | - |
| XYZ | 29.82 | 15.71 | 95.23 | - |
| YUV | 105.14 | 212.01 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 254 | 0.46 | 0.76 | 0 | 0.00 | 263.81 | 0.99 | 0.62 |
| Hex | 89 | 3C | FE | 2E | 4C | 0 | 0 | 108 | 63 | 3E |
| Octal | 211 | 74 | 376 | 56 | 114 | 0 | 0 | 410 | 143 | 76 |
| Binary | 10001001 | 111100 | 11111110 | 101110 | 1001100 | 0 | 0 | 100001000 | 1100011 | 111110 |
Color Harmonies of #893CFE
Complementary color
Monochromatic Colors of #893CFE
Black with #893CFE
Text Example
Text Example
White with #893CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CFE; }
p { color: rgb(137,60,254); }
H1.HeaderClassName
{
color: #893CFE;
}
.AnyTagClassName
{
color: #893CFE;
}
</style>
background-color css
<style>
a { background-color: #893CFE; }
a { background-color: rgb(137,60,254); }
div.DivClassName
{
background-color: #893CFE;
}
.BgClassName
{
background-color: #893CFE;
}
</style>
border-color css
<style>
span { border-color: #893CFE; }
span { border-color: rgb(137,60,254); }
td.TdClassName
{
border-color: #893CFE;
}
.TagClassName
{
border-color: #893CFE;
}
</style>