Html Css Color HEX #895DBF Lilac Bush

📋 copy color: '#895DBF'

red 137 ◦ green 93 ◦ blue 191

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

Shades of Lilac Bush #895DBF

Tints of Lilac Bush #895DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

 BLUE value IS 191 (75% from 255) = 45.37%

R = 32.54%
G = 22.09%
B = 45.37%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#895DBF (or 0x895DBF) is known color: Lilac Bush. HEX triplet: 89, 5D and BF. RGB value is (137,93,191). Sum of RGB (Red+Green+Blue) = 137+93+191=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #895DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DBF is #76A240. Grayscale: #747474. Windows color (decimal): -7774785 or 12541321. OLE color: 12541321.

HSL color Cylindrical-coordinate representation of color #895DBF: hue angle of 266.94º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895DBF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 93 191 -
CMYK 0.28 0.51 0 0.25
HSL 266.94º 0.43% 0.56% -
HSV(B) 266.94º 0.51% 0.75% -
XYZ 23.63 16.91 51.31 -
YUV 117.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 137 93 191 0.28 0.51 0 0.25 266.94 0.43 0.56
Hex 89 5D BF 1C 33 0 19 10B 2B 38
Octal 211 135 277 34 63 0 31 413 53 70
Binary 10001001 1011101 10111111 11100 110011 0 11001 100001011 101011 111000

Color Harmonies of #895DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DBF

Black with #895DBF

Text Example


Text Example

White with #895DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,191); }

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

background-color css

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

 a { background-color: rgb(137,93,191); }

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

border-color css

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

 span { border-color: rgb(137,93,191); }

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