Html Css Color HEX #895DBB Lilac Bush

📋 copy color: '#895DBB'

red 137 ◦ green 93 ◦ blue 187

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

Shades of Lilac Bush #895DBB

Tints of Lilac Bush #895DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 32.85%
G = 22.3%
B = 44.84%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#895DBB (or 0x895DBB) is known color: Lilac Bush. HEX triplet: 89, 5D and BB. RGB value is (137,93,187). Sum of RGB (Red+Green+Blue) = 137+93+187=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #895DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DBB is #76A244. Grayscale: #747474. Windows color (decimal): -7774789 or 12279177. OLE color: 12279177.

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

Color convert

RGB 137 93 187 -
CMYK 0.27 0.50 0 0.27
HSL 268.09º 0.41% 0.55% -
HSV(B) 268.09º 0.5% 0.73% -
XYZ 23.2 16.73 49.02 -
YUV 116.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 137 93 187 0.27 0.50 0 0.27 268.09 0.41 0.55
Hex 89 5D BB 1B 32 0 1B 10C 29 37
Octal 211 135 273 33 62 0 33 414 51 67
Binary 10001001 1011101 10111011 11011 110010 0 11011 100001100 101001 110111

Color Harmonies of #895DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DBB

Black with #895DBB

Text Example


Text Example

White with #895DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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