Html Css Color HEX #894EE4 Blue Violet

📋 copy color: '#894EE4'

red 137 ◦ green 78 ◦ blue 228

#894EE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #894EE4

Tints of Blue Violet #894EE4

RGB

 RED value IS 137 (53.91% from 255) = 30.93%

 GREEN value IS 78 (30.86% from 255) = 17.61%

 BLUE value IS 228 (89.45% from 255) = 51.47%

R = 30.93%
G = 17.61%
B = 51.47%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#894EE4 (or 0x894EE4) is known color: Blue Violet. HEX triplet: 89, 4E and E4. RGB value is (137,78,228). Sum of RGB (Red+Green+Blue) = 137+78+228=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #894EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EE4 is #76B11B. Grayscale: #707070. Windows color (decimal): -7778588 or 14962313. OLE color: 14962313.

HSL color Cylindrical-coordinate representation of color #894EE4: hue angle of 263.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894EE4 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 137 78 228 -
CMYK 0.40 0.66 0 0.11
HSL 263.6º 0.74% 0.6% -
HSV(B) 263.6º 0.66% 0.89% -
XYZ 27.04 16.37 75.13 -
YUV 112.74 193.05 145.3 -
System Red Green Blue C M Y K H S L
Decimal 137 78 228 0.40 0.66 0 0.11 263.6 0.74 0.6
Hex 89 4E E4 28 42 0 B 108 4A 3C
Octal 211 116 344 50 102 0 13 410 112 74
Binary 10001001 1001110 11100100 101000 1000010 0 1011 100001000 1001010 111100

Color Harmonies of #894EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EE4

Black with #894EE4

Text Example


Text Example

White with #894EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,78,228); }

 H1.HeaderClassName
 {
   color: #894EE4;
 }
 .AnyTagClassName
 {
   color: #894EE4;
 }
</style>

background-color css

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

 a { background-color: rgb(137,78,228); }

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

border-color css

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

 span { border-color: rgb(137,78,228); }

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