Shades of Blue Violet #893BFC
Tints of Blue Violet #893BFC
RGB
CMYK
RGB Variations
Color information
#893BFC (or 0x893BFC) is known color: Blue Violet. HEX triplet: 89, 3B and FC. RGB value is (137,59,252). Sum of RGB (Red+Green+Blue) = 137+59+252=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #893BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BFC is #76C403. Grayscale: #676767. Windows color (decimal): -7783428 or 16530313. OLE color: 16530313.
HSL color Cylindrical-coordinate representation of color #893BFC: hue angle of 264.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #893BFC is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 59 | 252 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.01 |
| HSL | 264.25º | 0.97% | 0.61% | - |
| HSV(B) | 264.25º | 0.77% | 0.99% | - |
| XYZ | 29.45 | 15.47 | 93.53 | - |
| YUV | 104.32 | 211.34 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 252 | 0.46 | 0.77 | 0 | 0.01 | 264.25 | 0.97 | 0.61 |
| Hex | 89 | 3B | FC | 2E | 4D | 0 | 1 | 108 | 61 | 3D |
| Octal | 211 | 73 | 374 | 56 | 115 | 0 | 1 | 410 | 141 | 75 |
| Binary | 10001001 | 111011 | 11111100 | 101110 | 1001101 | 0 | 1 | 100001000 | 1100001 | 111101 |
Color Harmonies of #893BFC
Complementary color
Monochromatic Colors of #893BFC
Black with #893BFC
Text Example
Text Example
White with #893BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BFC; }
p { color: rgb(137,59,252); }
H1.HeaderClassName
{
color: #893BFC;
}
.AnyTagClassName
{
color: #893BFC;
}
</style>
background-color css
<style>
a { background-color: #893BFC; }
a { background-color: rgb(137,59,252); }
div.DivClassName
{
background-color: #893BFC;
}
.BgClassName
{
background-color: #893BFC;
}
</style>
border-color css
<style>
span { border-color: #893BFC; }
span { border-color: rgb(137,59,252); }
td.TdClassName
{
border-color: #893BFC;
}
.TagClassName
{
border-color: #893BFC;
}
</style>