Html Css Color HEX #894BCB Deep Lilac

📋 copy color: '#894BCB'

red 137 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #894BCB

Tints of Deep Lilac #894BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 33.01%
G = 18.07%
B = 48.92%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#894BCB (or 0x894BCB) is known color: Deep Lilac. HEX triplet: 89, 4B and CB. RGB value is (137,75,203). Sum of RGB (Red+Green+Blue) = 137+75+203=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #894BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BCB is #76B434. Grayscale: #6B6B6B. Windows color (decimal): -7779381 or 13323145. OLE color: 13323145.

HSL color Cylindrical-coordinate representation of color #894BCB: hue angle of 269.06º degrees, saturation: 0.55, 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 #894BCB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 75 203 -
CMYK 0.33 0.63 0 0.20
HSL 269.06º 0.55% 0.55% -
HSV(B) 269.06º 0.63% 0.8% -
XYZ 23.61 14.66 58.09 -
YUV 108.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 137 75 203 0.33 0.63 0 0.20 269.06 0.55 0.55
Hex 89 4B CB 21 3F 0 14 10D 37 37
Octal 211 113 313 41 77 0 24 415 67 67
Binary 10001001 1001011 11001011 100001 111111 0 10100 100001101 110111 110111

Color Harmonies of #894BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894BCB

Black with #894BCB

Text Example


Text Example

White with #894BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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