Shades of Blue Violet #893FFD
Tints of Blue Violet #893FFD
RGB
CMYK
RGB Variations
Color information
#893FFD (or 0x893FFD) is known color: Blue Violet. HEX triplet: 89, 3F and FD. RGB value is (137,63,253). Sum of RGB (Red+Green+Blue) = 137+63+253=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #893FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FFD is #76C002. Grayscale: #6A6A6A. Windows color (decimal): -7782403 or 16596873. OLE color: 16596873.
HSL color Cylindrical-coordinate representation of color #893FFD: hue angle of 263.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #893FFD is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 63 | 253 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.01 |
| HSL | 263.37º | 0.98% | 0.62% | - |
| HSV(B) | 263.37º | 0.75% | 0.99% | - |
| XYZ | 29.82 | 15.97 | 94.44 | - |
| YUV | 106.79 | 210.52 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 253 | 0.46 | 0.75 | 0 | 0.01 | 263.37 | 0.98 | 0.62 |
| Hex | 89 | 3F | FD | 2E | 4B | 0 | 1 | 107 | 62 | 3E |
| Octal | 211 | 77 | 375 | 56 | 113 | 0 | 1 | 407 | 142 | 76 |
| Binary | 10001001 | 111111 | 11111101 | 101110 | 1001011 | 0 | 1 | 100000111 | 1100010 | 111110 |
Color Harmonies of #893FFD
Complementary color
Monochromatic Colors of #893FFD
Black with #893FFD
Text Example
Text Example
White with #893FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FFD; }
p { color: rgb(137,63,253); }
H1.HeaderClassName
{
color: #893FFD;
}
.AnyTagClassName
{
color: #893FFD;
}
</style>
background-color css
<style>
a { background-color: #893FFD; }
a { background-color: rgb(137,63,253); }
div.DivClassName
{
background-color: #893FFD;
}
.BgClassName
{
background-color: #893FFD;
}
</style>
border-color css
<style>
span { border-color: #893FFD; }
span { border-color: rgb(137,63,253); }
td.TdClassName
{
border-color: #893FFD;
}
.TagClassName
{
border-color: #893FFD;
}
</style>