Html Css Color HEX #895FBC Lilac Bush

📋 copy color: '#895FBC'

red 137 ◦ green 95 ◦ blue 188

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

Shades of Lilac Bush #895FBC

Tints of Lilac Bush #895FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

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

R = 32.62%
G = 22.62%
B = 44.76%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#895FBC (or 0x895FBC) is known color: Lilac Bush. HEX triplet: 89, 5F and BC. RGB value is (137,95,188). Sum of RGB (Red+Green+Blue) = 137+95+188=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #895FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FBC is #76A043. Grayscale: #757575. Windows color (decimal): -7774276 or 12345225. OLE color: 12345225.

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

Color convert

RGB 137 95 188 -
CMYK 0.27 0.49 0 0.26
HSL 267.1º 0.41% 0.55% -
HSV(B) 267.1º 0.49% 0.74% -
XYZ 23.49 17.13 49.65 -
YUV 118.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 137 95 188 0.27 0.49 0 0.26 267.1 0.41 0.55
Hex 89 5F BC 1B 31 0 1A 10B 29 37
Octal 211 137 274 33 61 0 32 413 51 67
Binary 10001001 1011111 10111100 11011 110001 0 11010 100001011 101001 110111

Color Harmonies of #895FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FBC

Black with #895FBC

Text Example


Text Example

White with #895FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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