Html Css Color HEX #894ABC Deep Lilac

📋 copy color: '#894ABC'

red 137 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #894ABC

Tints of Deep Lilac #894ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 34.34%
G = 18.55%
B = 47.12%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#894ABC (or 0x894ABC) is known color: Deep Lilac. HEX triplet: 89, 4A and BC. RGB value is (137,74,188). Sum of RGB (Red+Green+Blue) = 137+74+188=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #894ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894ABC is #76B543. Grayscale: #696969. Windows color (decimal): -7779652 or 12339849. OLE color: 12339849.

HSL color Cylindrical-coordinate representation of color #894ABC: hue angle of 273.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894ABC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 74 188 -
CMYK 0.27 0.61 0 0.26
HSL 273.16º 0.46% 0.51% -
HSV(B) 273.16º 0.61% 0.74% -
XYZ 21.84 13.85 49.1 -
YUV 105.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 137 74 188 0.27 0.61 0 0.26 273.16 0.46 0.51
Hex 89 4A BC 1B 3D 0 1A 111 2E 33
Octal 211 112 274 33 75 0 32 421 56 63
Binary 10001001 1001010 10111100 11011 111101 0 11010 100010001 101110 110011

Color Harmonies of #894ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894ABC

Black with #894ABC

Text Example


Text Example

White with #894ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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