Html Css Color HEX #895DBE Lilac Bush

📋 copy color: '#895DBE'

red 137 ◦ green 93 ◦ blue 190

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

Shades of Lilac Bush #895DBE

Tints of Lilac Bush #895DBE

RGB

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

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

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

R = 32.62%
G = 22.14%
B = 45.24%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#895DBE (or 0x895DBE) is known color: Lilac Bush. HEX triplet: 89, 5D and BE. RGB value is (137,93,190). Sum of RGB (Red+Green+Blue) = 137+93+190=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #895DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DBE is #76A241. Grayscale: #747474. Windows color (decimal): -7774786 or 12475785. OLE color: 12475785.

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

Color convert

RGB 137 93 190 -
CMYK 0.28 0.51 0 0.25
HSL 267.22º 0.43% 0.55% -
HSV(B) 267.22º 0.51% 0.75% -
XYZ 23.53 16.86 50.73 -
YUV 117.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 137 93 190 0.28 0.51 0 0.25 267.22 0.43 0.55
Hex 89 5D BE 1C 33 0 19 10B 2B 37
Octal 211 135 276 34 63 0 31 413 53 67
Binary 10001001 1011101 10111110 11100 110011 0 11001 100001011 101011 110111

Color Harmonies of #895DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DBE

Black with #895DBE

Text Example


Text Example

White with #895DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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