Html Css Color HEX #894AE6 Blue Violet

📋 copy color: '#894AE6'

red 137 ◦ green 74 ◦ blue 230

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

Shades of Blue Violet #894AE6

Tints of Blue Violet #894AE6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.78%

 BLUE value IS 230 (90.23% from 255) = 52.15%

R = 31.07%
G = 16.78%
B = 52.15%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#894AE6 (or 0x894AE6) is known color: Blue Violet. HEX triplet: 89, 4A and E6. RGB value is (137,74,230). Sum of RGB (Red+Green+Blue) = 137+74+230=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #894AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AE6 is #76B519. Grayscale: #6E6E6E. Windows color (decimal): -7779610 or 15092361. OLE color: 15092361.

HSL color Cylindrical-coordinate representation of color #894AE6: hue angle of 264.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894AE6 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 74 230 -
CMYK 0.40 0.68 0 0.10
HSL 264.23º 0.76% 0.6% -
HSV(B) 264.23º 0.68% 0.9% -
XYZ 27.05 15.93 76.51 -
YUV 110.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 137 74 230 0.40 0.68 0 0.10 264.23 0.76 0.6
Hex 89 4A E6 28 44 0 A 108 4C 3C
Octal 211 112 346 50 104 0 12 410 114 74
Binary 10001001 1001010 11100110 101000 1000100 0 1010 100001000 1001100 111100

Color Harmonies of #894AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894AE6

Black with #894AE6

Text Example


Text Example

White with #894AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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