Html Css Color HEX #895DBC Lilac Bush

📋 copy color: '#895DBC'

red 137 ◦ green 93 ◦ blue 188

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

Shades of Lilac Bush #895DBC

Tints of Lilac Bush #895DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 32.78%
G = 22.25%
B = 44.98%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#895DBC (or 0x895DBC) is known color: Lilac Bush. HEX triplet: 89, 5D and BC. RGB value is (137,93,188). Sum of RGB (Red+Green+Blue) = 137+93+188=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #895DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DBC is #76A243. Grayscale: #747474. Windows color (decimal): -7774788 or 12344713. OLE color: 12344713.

HSL color Cylindrical-coordinate representation of color #895DBC: hue angle of 267.79º degrees, saturation: 0.41, 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 #895DBC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 93 188 -
CMYK 0.27 0.51 0 0.26
HSL 267.79º 0.41% 0.55% -
HSV(B) 267.79º 0.51% 0.74% -
XYZ 23.31 16.78 49.59 -
YUV 116.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 137 93 188 0.27 0.51 0 0.26 267.79 0.41 0.55
Hex 89 5D BC 1B 33 0 1A 10C 29 37
Octal 211 135 274 33 63 0 32 414 51 67
Binary 10001001 1011101 10111100 11011 110011 0 11010 100001100 101001 110111

Color Harmonies of #895DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DBC

Black with #895DBC

Text Example


Text Example

White with #895DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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