Html Css Color HEX #894FBD Deep Lilac

📋 copy color: '#894FBD'

red 137 ◦ green 79 ◦ blue 189

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

Shades of Deep Lilac #894FBD

Tints of Deep Lilac #894FBD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.51%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 33.83%
G = 19.51%
B = 46.67%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#894FBD (or 0x894FBD) is known color: Deep Lilac. HEX triplet: 89, 4F and BD. RGB value is (137,79,189). Sum of RGB (Red+Green+Blue) = 137+79+189=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #894FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FBD is #76B042. Grayscale: #6C6C6C. Windows color (decimal): -7778371 or 12406665. OLE color: 12406665.

HSL color Cylindrical-coordinate representation of color #894FBD: hue angle of 271.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #894FBD is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 79 189 -
CMYK 0.28 0.58 0 0.26
HSL 271.64º 0.45% 0.53% -
HSV(B) 271.64º 0.58% 0.74% -
XYZ 22.3 14.58 49.78 -
YUV 108.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 137 79 189 0.28 0.58 0 0.26 271.64 0.45 0.53
Hex 89 4F BD 1C 3A 0 1A 110 2D 35
Octal 211 117 275 34 72 0 32 420 55 65
Binary 10001001 1001111 10111101 11100 111010 0 11010 100010000 101101 110101

Color Harmonies of #894FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FBD

Black with #894FBD

Text Example


Text Example

White with #894FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,79,189); }

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

background-color css

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

 a { background-color: rgb(137,79,189); }

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

border-color css

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

 span { border-color: rgb(137,79,189); }

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