Html Css Color HEX #894CE0 Blue Violet

📋 copy color: '#894CE0'

red 137 ◦ green 76 ◦ blue 224

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

Shades of Blue Violet #894CE0

Tints of Blue Violet #894CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

 BLUE value IS 224 (87.89% from 255) = 51.26%

R = 31.35%
G = 17.39%
B = 51.26%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#894CE0 (or 0x894CE0) is known color: Blue Violet. HEX triplet: 89, 4C and E0. RGB value is (137,76,224). Sum of RGB (Red+Green+Blue) = 137+76+224=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #894CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CE0 is #76B31F. Grayscale: #6E6E6E. Windows color (decimal): -7779104 or 14699657. OLE color: 14699657.

HSL color Cylindrical-coordinate representation of color #894CE0: hue angle of 264.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894CE0 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 76 224 -
CMYK 0.39 0.66 0 0.12
HSL 264.73º 0.7% 0.59% -
HSV(B) 264.73º 0.66% 0.88% -
XYZ 26.36 15.87 72.19 -
YUV 111.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 137 76 224 0.39 0.66 0 0.12 264.73 0.7 0.59
Hex 89 4C E0 27 42 0 C 109 46 3B
Octal 211 114 340 47 102 0 14 411 106 73
Binary 10001001 1001100 11100000 100111 1000010 0 1100 100001001 1000110 111011

Color Harmonies of #894CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894CE0

Black with #894CE0

Text Example


Text Example

White with #894CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,76,224); }

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

background-color css

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

 a { background-color: rgb(137,76,224); }

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

border-color css

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

 span { border-color: rgb(137,76,224); }

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