Html Css Color HEX #894DBB Deep Lilac

📋 copy color: '#894DBB'

red 137 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #894DBB

Tints of Deep Lilac #894DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.2%

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 34.16%
G = 19.2%
B = 46.63%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#894DBB (or 0x894DBB) is known color: Deep Lilac. HEX triplet: 89, 4D and BB. RGB value is (137,77,187). Sum of RGB (Red+Green+Blue) = 137+77+187=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #894DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DBB is #76B244. Grayscale: #6B6B6B. Windows color (decimal): -7778885 or 12275081. OLE color: 12275081.

HSL color Cylindrical-coordinate representation of color #894DBB: hue angle of 272.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #894DBB is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 77 187 -
CMYK 0.27 0.59 0 0.27
HSL 272.73º 0.45% 0.52% -
HSV(B) 272.73º 0.59% 0.73% -
XYZ 21.94 14.21 48.6 -
YUV 107.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 137 77 187 0.27 0.59 0 0.27 272.73 0.45 0.52
Hex 89 4D BB 1B 3B 0 1B 111 2D 34
Octal 211 115 273 33 73 0 33 421 55 64
Binary 10001001 1001101 10111011 11011 111011 0 11011 100010001 101101 110100

Color Harmonies of #894DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DBB

Black with #894DBB

Text Example


Text Example

White with #894DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,187); }

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

background-color css

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

 a { background-color: rgb(137,77,187); }

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

border-color css

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

 span { border-color: rgb(137,77,187); }

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