Html Css Color HEX #894CC6 Deep Lilac

📋 copy color: '#894CC6'

red 137 ◦ green 76 ◦ blue 198

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

Shades of Deep Lilac #894CC6

Tints of Deep Lilac #894CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 33.33%
G = 18.49%
B = 48.18%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#894CC6 (or 0x894CC6) is known color: Deep Lilac. HEX triplet: 89, 4C and C6. RGB value is (137,76,198). Sum of RGB (Red+Green+Blue) = 137+76+198=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #894CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CC6 is #76B339. Grayscale: #6B6B6B. Windows color (decimal): -7779130 or 12995721. OLE color: 12995721.

HSL color Cylindrical-coordinate representation of color #894CC6: hue angle of 270º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894CC6 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 76 198 -
CMYK 0.31 0.62 0 0.22
HSL 270º 0.52% 0.54% -
HSV(B) 270º 0.62% 0.78% -
XYZ 23.09 14.56 55.02 -
YUV 108.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 137 76 198 0.31 0.62 0 0.22 270 0.52 0.54
Hex 89 4C C6 1F 3E 0 16 10E 34 36
Octal 211 114 306 37 76 0 26 416 64 66
Binary 10001001 1001100 11000110 11111 111110 0 10110 100001110 110100 110110

Color Harmonies of #894CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894CC6

Black with #894CC6

Text Example


Text Example

White with #894CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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