Shades of Blue Violet #890CF8
Tints of Blue Violet #890CF8
RGB
CMYK
RGB Variations
Color information
#890CF8 (or 0x890CF8) is known color: Blue Violet. HEX triplet: 89, 0C and F8. RGB value is (137,12,248). Sum of RGB (Red+Green+Blue) = 137+12+248=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #890CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CF8 is #76F307. Grayscale: #4B4B4B. Windows color (decimal): -7795464 or 16256137. OLE color: 16256137.
HSL color Cylindrical-coordinate representation of color #890CF8: hue angle of 271.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CF8 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 12 | 248 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.03 |
| HSL | 271.78º | 0.94% | 0.51% | - |
| HSV(B) | 271.78º | 0.95% | 0.97% | - |
| XYZ | 27.39 | 12.36 | 89.75 | - |
| YUV | 76.28 | 224.91 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 248 | 0.45 | 0.95 | 0 | 0.03 | 271.78 | 0.94 | 0.51 |
| Hex | 89 | C | F8 | 2D | 5F | 0 | 3 | 110 | 5E | 33 |
| Octal | 211 | 14 | 370 | 55 | 137 | 0 | 3 | 420 | 136 | 63 |
| Binary | 10001001 | 1100 | 11111000 | 101101 | 1011111 | 0 | 11 | 100010000 | 1011110 | 110011 |
Color Harmonies of #890CF8
Complementary color
Monochromatic Colors of #890CF8
Black with #890CF8
Text Example
Text Example
White with #890CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CF8; }
p { color: rgb(137,12,248); }
H1.HeaderClassName
{
color: #890CF8;
}
.AnyTagClassName
{
color: #890CF8;
}
</style>
background-color css
<style>
a { background-color: #890CF8; }
a { background-color: rgb(137,12,248); }
div.DivClassName
{
background-color: #890CF8;
}
.BgClassName
{
background-color: #890CF8;
}
</style>
border-color css
<style>
span { border-color: #890CF8; }
span { border-color: rgb(137,12,248); }
td.TdClassName
{
border-color: #890CF8;
}
.TagClassName
{
border-color: #890CF8;
}
</style>