#894AF1

Color #894AF1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #894AF1

Tints of Blue Violet #894AF1

Color information

#894AF1 (or 0x894AF1) is unknown color: approx Blue Violet. HEX triplet: 89, 4A and F1. RGB value is (137,74,241). Sum of RGB (Red+Green+Blue) = 137+74+241=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #894AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AF1 is #76B50E. Grayscale: #6F6F6F. Windows color (decimal): -7779599 or 15813257. OLE color: 15813257.

HSL color Cylindrical-coordinate representation of color #894AF1: hue angle of 262.63º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #894AF1 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13774241-
CMYK0.430.6900.05
HSL262.63º85.64%61.76%-
HSV(B)262.63º69.29%94.51%-
XYZ28.6416.5784.91-
YUV111.88200.87145.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 30.31%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=30.31%
G=16.37%
B=53.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137742410.430.6900.05262.6385.6461.76
Hex894AF12B4505107563e
Octal211112361531050540712676
Binary10001001100101011110001101011100010101011000001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894AF1; }

 p { color: rgb(137,74,241); }

 H1.HeaderClassName
 {
   color: #894AF1;
 }
 .AnyTagClassName
 {
   color: #894AF1;
 }
</style>
background-color css

<style>
 a { background-color: #894AF1; }

 a { background-color: rgb(137,74,241); }

 div.DivClassName
 {
   background-color: #894AF1;
 }
 .BgClassName
 {
   background-color: #894AF1;
 }
</style>
border-color css

<style>
 span { border-color: #894AF1; }

 span { border-color: rgb(137,74,241); }

 td.TdClassName
 {
   border-color: #894AF1;
 }
 .TagClassName
 {
   border-color: #894AF1;
 }
</style>