Html Css Color HEX #895CB9 Deep Lilac

📋 copy color: '#895CB9'

red 137 ◦ green 92 ◦ blue 185

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

Shades of Deep Lilac #895CB9

Tints of Deep Lilac #895CB9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.22%

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 33.09%
G = 22.22%
B = 44.69%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#895CB9 (or 0x895CB9) is known color: Deep Lilac. HEX triplet: 89, 5C and B9. RGB value is (137,92,185). Sum of RGB (Red+Green+Blue) = 137+92+185=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #895CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CB9 is #76A346. Grayscale: #737373. Windows color (decimal): -7775047 or 12147849. OLE color: 12147849.

HSL color Cylindrical-coordinate representation of color #895CB9: hue angle of 269.03º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895CB9 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 92 185 -
CMYK 0.26 0.50 0 0.27
HSL 269.03º 0.4% 0.54% -
HSV(B) 269.03º 0.5% 0.73% -
XYZ 22.9 16.48 47.87 -
YUV 116.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 137 92 185 0.26 0.50 0 0.27 269.03 0.4 0.54
Hex 89 5C B9 1A 32 0 1B 10D 28 36
Octal 211 134 271 32 62 0 33 415 50 66
Binary 10001001 1011100 10111001 11010 110010 0 11011 100001101 101000 110110

Color Harmonies of #895CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CB9

Black with #895CB9

Text Example


Text Example

White with #895CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895CB9; }

 p { color: rgb(137,92,185); }

 H1.HeaderClassName
 {
   color: #895CB9;
 }
 .AnyTagClassName
 {
   color: #895CB9;
 }
</style>

background-color css

<style>
 a { background-color: #895CB9; }

 a { background-color: rgb(137,92,185); }

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

border-color css

<style>
 span { border-color: #895CB9; }

 span { border-color: rgb(137,92,185); }

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