Html Css Color HEX #895FBE Lilac Bush

📋 copy color: '#895FBE'

red 137 ◦ green 95 ◦ blue 190

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

Shades of Lilac Bush #895FBE

Tints of Lilac Bush #895FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 32.46%
G = 22.51%
B = 45.02%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#895FBE (or 0x895FBE) is known color: Lilac Bush. HEX triplet: 89, 5F and BE. RGB value is (137,95,190). Sum of RGB (Red+Green+Blue) = 137+95+190=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #895FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FBE is #76A041. Grayscale: #767676. Windows color (decimal): -7774274 or 12476297. OLE color: 12476297.

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

Color convert

RGB 137 95 190 -
CMYK 0.28 0.5 0 0.25
HSL 266.53º 0.42% 0.56% -
HSV(B) 266.53º 0.5% 0.75% -
XYZ 23.7 17.22 50.79 -
YUV 118.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 137 95 190 0.28 0.5 0 0.25 266.53 0.42 0.56
Hex 89 5F BE 1C 32 0 19 10B 2A 38
Octal 211 137 276 34 62 0 31 413 52 70
Binary 10001001 1011111 10111110 11100 110010 0 11001 100001011 101010 111000

Color Harmonies of #895FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FBE

Black with #895FBE

Text Example


Text Example

White with #895FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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