Html Css Color HEX #895FC2 Lilac Bush

📋 copy color: '#895FC2'

red 137 ◦ green 95 ◦ blue 194

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

Shades of Lilac Bush #895FC2

Tints of Lilac Bush #895FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.54%

R = 32.16%
G = 22.3%
B = 45.54%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#895FC2 (or 0x895FC2) is known color: Lilac Bush. HEX triplet: 89, 5F and C2. RGB value is (137,95,194). Sum of RGB (Red+Green+Blue) = 137+95+194=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #895FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FC2 is #76A03D. Grayscale: #767676. Windows color (decimal): -7774270 or 12738441. OLE color: 12738441.

HSL color Cylindrical-coordinate representation of color #895FC2: hue angle of 265.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895FC2 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 95 194 -
CMYK 0.29 0.51 0 0.24
HSL 265.45º 0.45% 0.57% -
HSV(B) 265.45º 0.51% 0.76% -
XYZ 24.15 17.4 53.12 -
YUV 118.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 137 95 194 0.29 0.51 0 0.24 265.45 0.45 0.57
Hex 89 5F C2 1D 33 0 18 109 2D 39
Octal 211 137 302 35 63 0 30 411 55 71
Binary 10001001 1011111 11000010 11101 110011 0 11000 100001001 101101 111001

Color Harmonies of #895FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FC2

Black with #895FC2

Text Example


Text Example

White with #895FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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