#894CDF

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

Shades of Blue Violet #894CDF

Tints of Blue Violet #894CDF

Color information

#894CDF (or 0x894CDF) is unknown color: approx 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

RGB13776223-
CMYK0.390.6600.13
HSL264.9º69.67%58.63%-
HSV(B)264.9º65.92%87.45%-
XYZ26.2215.8171.48-
YUV111191.21146.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 76 (30.08% from 255) = 17.43%
BLUE value IS 223 (87.5% from 255) = 51.15%
R=31.42%
G=17.43%
B=51.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal137762230.390.6600.13264.969.6758.63
Hex894CDF27420D109463b
Octal2111143374710201541110673
Binary100010011001100110111111001111000010011011000010011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>