Html Css Color HEX #894FB7 Deep Lilac

📋 copy color: '#894FB7'

red 137 ◦ green 79 ◦ blue 183

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

Shades of Deep Lilac #894FB7

Tints of Deep Lilac #894FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 34.34%
G = 19.8%
B = 45.86%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#894FB7 (or 0x894FB7) is known color: Deep Lilac. HEX triplet: 89, 4F and B7. RGB value is (137,79,183). Sum of RGB (Red+Green+Blue) = 137+79+183=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #894FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FB7 is #76B048. Grayscale: #6B6B6B. Windows color (decimal): -7778377 or 12013449. OLE color: 12013449.

HSL color Cylindrical-coordinate representation of color #894FB7: hue angle of 273.46º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #894FB7 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 79 183 -
CMYK 0.25 0.57 0 0.28
HSL 273.46º 0.42% 0.51% -
HSV(B) 273.46º 0.57% 0.72% -
XYZ 21.66 14.33 46.42 -
YUV 108.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 137 79 183 0.25 0.57 0 0.28 273.46 0.42 0.51
Hex 89 4F B7 19 39 0 1C 111 2A 33
Octal 211 117 267 31 71 0 34 421 52 63
Binary 10001001 1001111 10110111 11001 111001 0 11100 100010001 101010 110011

Color Harmonies of #894FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FB7

Black with #894FB7

Text Example


Text Example

White with #894FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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