Html Css Color HEX #895CBE Lilac Bush

📋 copy color: '#895CBE'

red 137 ◦ green 92 ◦ blue 190

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

Shades of Lilac Bush #895CBE

Tints of Lilac Bush #895CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

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

R = 32.7%
G = 21.96%
B = 45.35%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#895CBE (or 0x895CBE) is known color: Lilac Bush. HEX triplet: 89, 5C and BE. RGB value is (137,92,190). Sum of RGB (Red+Green+Blue) = 137+92+190=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #895CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CBE is #76A341. Grayscale: #747474. Windows color (decimal): -7775042 or 12475529. OLE color: 12475529.

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

Color convert

RGB 137 92 190 -
CMYK 0.28 0.52 0 0.25
HSL 267.55º 0.43% 0.55% -
HSV(B) 267.55º 0.52% 0.75% -
XYZ 23.44 16.69 50.7 -
YUV 116.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 137 92 190 0.28 0.52 0 0.25 267.55 0.43 0.55
Hex 89 5C BE 1C 34 0 19 10C 2B 37
Octal 211 134 276 34 64 0 31 414 53 67
Binary 10001001 1011100 10111110 11100 110100 0 11001 100001100 101011 110111

Color Harmonies of #895CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CBE

Black with #895CBE

Text Example


Text Example

White with #895CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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