Html Css Color HEX #894BCC Deep Lilac

📋 copy color: '#894BCC'

red 137 ◦ green 75 ◦ blue 204

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

Shades of Deep Lilac #894BCC

Tints of Deep Lilac #894BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 32.93%
G = 18.03%
B = 49.04%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#894BCC (or 0x894BCC) is known color: Deep Lilac. HEX triplet: 89, 4B and CC. RGB value is (137,75,204). Sum of RGB (Red+Green+Blue) = 137+75+204=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #894BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BCC is #76B433. Grayscale: #6B6B6B. Windows color (decimal): -7779380 or 13388681. OLE color: 13388681.

HSL color Cylindrical-coordinate representation of color #894BCC: hue angle of 268.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #894BCC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 75 204 -
CMYK 0.33 0.63 0 0.2
HSL 268.84º 0.56% 0.55% -
HSV(B) 268.84º 0.63% 0.8% -
XYZ 23.73 14.71 58.72 -
YUV 108.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 137 75 204 0.33 0.63 0 0.2 268.84 0.56 0.55
Hex 89 4B CC 21 3F 0 14 10D 38 37
Octal 211 113 314 41 77 0 24 415 70 67
Binary 10001001 1001011 11001100 100001 111111 0 10100 100001101 111000 110111

Color Harmonies of #894BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894BCC

Black with #894BCC

Text Example


Text Example

White with #894BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,75,204); }

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

background-color css

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

 a { background-color: rgb(137,75,204); }

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

border-color css

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

 span { border-color: rgb(137,75,204); }

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