Shades of Blue Violet #894BDF
Tints of Blue Violet #894BDF
RGB
CMYK
RGB Variations
Color information
#894BDF (or 0x894BDF) is known color: Blue Violet. HEX triplet: 89, 4B and DF. RGB value is (137,75,223). Sum of RGB (Red+Green+Blue) = 137+75+223=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #894BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BDF is #76B420. Grayscale: #6D6D6D. Windows color (decimal): -7779361 or 14633865. OLE color: 14633865.
HSL color Cylindrical-coordinate representation of color #894BDF: hue angle of 265.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894BDF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 75 | 223 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.13 |
| HSL | 265.14º | 0.7% | 0.58% | - |
| HSV(B) | 265.14º | 0.66% | 0.87% | - |
| XYZ | 26.15 | 15.68 | 71.46 | - |
| YUV | 110.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 223 | 0.39 | 0.66 | 0 | 0.13 | 265.14 | 0.7 | 0.58 |
| Hex | 89 | 4B | DF | 27 | 42 | 0 | D | 109 | 46 | 3A |
| Octal | 211 | 113 | 337 | 47 | 102 | 0 | 15 | 411 | 106 | 72 |
| Binary | 10001001 | 1001011 | 11011111 | 100111 | 1000010 | 0 | 1101 | 100001001 | 1000110 | 111010 |
Color Harmonies of #894BDF
Complementary color
Monochromatic Colors of #894BDF
Black with #894BDF
Text Example
Text Example
White with #894BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BDF; }
p { color: rgb(137,75,223); }
H1.HeaderClassName
{
color: #894BDF;
}
.AnyTagClassName
{
color: #894BDF;
}
</style>
background-color css
<style>
a { background-color: #894BDF; }
a { background-color: rgb(137,75,223); }
div.DivClassName
{
background-color: #894BDF;
}
.BgClassName
{
background-color: #894BDF;
}
</style>
border-color css
<style>
span { border-color: #894BDF; }
span { border-color: rgb(137,75,223); }
td.TdClassName
{
border-color: #894BDF;
}
.TagClassName
{
border-color: #894BDF;
}
</style>