Html Css Color HEX #895DBD Lilac Bush

📋 copy color: '#895DBD'

red 137 ◦ green 93 ◦ blue 189

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

Shades of Lilac Bush #895DBD

Tints of Lilac Bush #895DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 32.7%
G = 22.2%
B = 45.11%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#895DBD (or 0x895DBD) is known color: Lilac Bush. HEX triplet: 89, 5D and BD. RGB value is (137,93,189). Sum of RGB (Red+Green+Blue) = 137+93+189=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #895DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DBD is #76A242. Grayscale: #747474. Windows color (decimal): -7774787 or 12410249. OLE color: 12410249.

HSL color Cylindrical-coordinate representation of color #895DBD: hue angle of 267.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895DBD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 93 189 -
CMYK 0.28 0.51 0 0.26
HSL 267.5º 0.42% 0.55% -
HSV(B) 267.5º 0.51% 0.74% -
XYZ 23.42 16.82 50.16 -
YUV 117.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 137 93 189 0.28 0.51 0 0.26 267.5 0.42 0.55
Hex 89 5D BD 1C 33 0 1A 10C 2A 37
Octal 211 135 275 34 63 0 32 414 52 67
Binary 10001001 1011101 10111101 11100 110011 0 11010 100001100 101010 110111

Color Harmonies of #895DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DBD

Black with #895DBD

Text Example


Text Example

White with #895DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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