Shades of Blue Violet #894BDA
Tints of Blue Violet #894BDA
RGB
CMYK
RGB Variations
Color information
#894BDA (or 0x894BDA) is known color: Blue Violet. HEX triplet: 89, 4B and DA. RGB value is (137,75,218). Sum of RGB (Red+Green+Blue) = 137+75+218=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #894BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BDA is #76B425. Grayscale: #6D6D6D. Windows color (decimal): -7779366 or 14306185. OLE color: 14306185.
HSL color Cylindrical-coordinate representation of color #894BDA: hue angle of 266.01º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894BDA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 75 | 218 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.15 |
| HSL | 266.01º | 0.66% | 0.57% | - |
| HSV(B) | 266.01º | 0.66% | 0.85% | - |
| XYZ | 25.49 | 15.41 | 67.96 | - |
| YUV | 109.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 218 | 0.37 | 0.66 | 0 | 0.15 | 266.01 | 0.66 | 0.57 |
| Hex | 89 | 4B | DA | 25 | 42 | 0 | F | 10A | 42 | 39 |
| Octal | 211 | 113 | 332 | 45 | 102 | 0 | 17 | 412 | 102 | 71 |
| Binary | 10001001 | 1001011 | 11011010 | 100101 | 1000010 | 0 | 1111 | 100001010 | 1000010 | 111001 |
Color Harmonies of #894BDA
Complementary color
Monochromatic Colors of #894BDA
Black with #894BDA
Text Example
Text Example
White with #894BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BDA; }
p { color: rgb(137,75,218); }
H1.HeaderClassName
{
color: #894BDA;
}
.AnyTagClassName
{
color: #894BDA;
}
</style>
background-color css
<style>
a { background-color: #894BDA; }
a { background-color: rgb(137,75,218); }
div.DivClassName
{
background-color: #894BDA;
}
.BgClassName
{
background-color: #894BDA;
}
</style>
border-color css
<style>
span { border-color: #894BDA; }
span { border-color: rgb(137,75,218); }
td.TdClassName
{
border-color: #894BDA;
}
.TagClassName
{
border-color: #894BDA;
}
</style>