Shades of Blue Violet #894CDF
Tints of Blue Violet #894CDF
RGB
CMYK
RGB Variations
Color information
#894CDF (or 0x894CDF) is known color: Blue Violet. HEX triplet: 89, 4C and DF. RGB value is (137,76,223). Sum of RGB (Red+Green+Blue) = 137+76+223=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #894CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CDF is #76B320. Grayscale: #6E6E6E. Windows color (decimal): -7779105 or 14634121. OLE color: 14634121.
HSL color Cylindrical-coordinate representation of color #894CDF: hue angle of 264.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894CDF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 76 | 223 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.13 |
| HSL | 264.9º | 0.7% | 0.59% | - |
| HSV(B) | 264.9º | 0.66% | 0.87% | - |
| XYZ | 26.22 | 15.81 | 71.48 | - |
| YUV | 111 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 223 | 0.39 | 0.66 | 0 | 0.13 | 264.9 | 0.7 | 0.59 |
| Hex | 89 | 4C | DF | 27 | 42 | 0 | D | 109 | 46 | 3B |
| Octal | 211 | 114 | 337 | 47 | 102 | 0 | 15 | 411 | 106 | 73 |
| Binary | 10001001 | 1001100 | 11011111 | 100111 | 1000010 | 0 | 1101 | 100001001 | 1000110 | 111011 |
Color Harmonies of #894CDF
Complementary color
Monochromatic Colors of #894CDF
Black with #894CDF
Text Example
Text Example
White with #894CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CDF; }
p { color: rgb(137,76,223); }
H1.HeaderClassName
{
color: #894CDF;
}
.AnyTagClassName
{
color: #894CDF;
}
</style>
background-color css
<style>
a { background-color: #894CDF; }
a { background-color: rgb(137,76,223); }
div.DivClassName
{
background-color: #894CDF;
}
.BgClassName
{
background-color: #894CDF;
}
</style>
border-color css
<style>
span { border-color: #894CDF; }
span { border-color: rgb(137,76,223); }
td.TdClassName
{
border-color: #894CDF;
}
.TagClassName
{
border-color: #894CDF;
}
</style>