Html Css Color HEX #894CEB Blue Violet

📋 copy color: '#894CEB'

red 137 ◦ green 76 ◦ blue 235

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

Shades of Blue Violet #894CEB

Tints of Blue Violet #894CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 30.58%
G = 16.96%
B = 52.46%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#894CEB (or 0x894CEB) is known color: Blue Violet. HEX triplet: 89, 4C and EB. RGB value is (137,76,235). Sum of RGB (Red+Green+Blue) = 137+76+235=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #894CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894CEB is #76B314. Grayscale: #6F6F6F. Windows color (decimal): -7779093 or 15420553. OLE color: 15420553.

HSL color Cylindrical-coordinate representation of color #894CEB: hue angle of 263.02º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894CEB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 76 235 -
CMYK 0.42 0.68 0 0.08
HSL 263.02º 0.8% 0.61% -
HSV(B) 263.02º 0.68% 0.92% -
XYZ 27.9 16.49 80.31 -
YUV 112.37 197.21 145.57 -
System Red Green Blue C M Y K H S L
Decimal 137 76 235 0.42 0.68 0 0.08 263.02 0.8 0.61
Hex 89 4C EB 2A 44 0 8 107 50 3D
Octal 211 114 353 52 104 0 10 407 120 75
Binary 10001001 1001100 11101011 101010 1000100 0 1000 100000111 1010000 111101

Color Harmonies of #894CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894CEB

Black with #894CEB

Text Example


Text Example

White with #894CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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