Shades of Blue Violet #891EDF
Tints of Blue Violet #891EDF
RGB
CMYK
RGB Variations
Color information
#891EDF (or 0x891EDF) is known color: Blue Violet. HEX triplet: 89, 1E and DF. RGB value is (137,30,223). Sum of RGB (Red+Green+Blue) = 137+30+223=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #891EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891EDF is #76E120. Grayscale: #535353. Windows color (decimal): -7790881 or 14622345. OLE color: 14622345.
HSL color Cylindrical-coordinate representation of color #891EDF: hue angle of 273.26º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891EDF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 30 | 223 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.13 |
| HSL | 273.26º | 0.76% | 0.5% | - |
| HSV(B) | 273.26º | 0.87% | 0.87% | - |
| XYZ | 24.1 | 11.57 | 70.78 | - |
| YUV | 84 | 206.45 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 223 | 0.39 | 0.87 | 0 | 0.13 | 273.26 | 0.76 | 0.5 |
| Hex | 89 | 1E | DF | 27 | 57 | 0 | D | 111 | 4C | 32 |
| Octal | 211 | 36 | 337 | 47 | 127 | 0 | 15 | 421 | 114 | 62 |
| Binary | 10001001 | 11110 | 11011111 | 100111 | 1010111 | 0 | 1101 | 100010001 | 1001100 | 110010 |
Color Harmonies of #891EDF
Complementary color
Monochromatic Colors of #891EDF
Black with #891EDF
Text Example
Text Example
White with #891EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891EDF; }
p { color: rgb(137,30,223); }
H1.HeaderClassName
{
color: #891EDF;
}
.AnyTagClassName
{
color: #891EDF;
}
</style>
background-color css
<style>
a { background-color: #891EDF; }
a { background-color: rgb(137,30,223); }
div.DivClassName
{
background-color: #891EDF;
}
.BgClassName
{
background-color: #891EDF;
}
</style>
border-color css
<style>
span { border-color: #891EDF; }
span { border-color: rgb(137,30,223); }
td.TdClassName
{
border-color: #891EDF;
}
.TagClassName
{
border-color: #891EDF;
}
</style>