Html Css Color HEX #895FC0 Lilac Bush

📋 copy color: '#895FC0'

red 137 ◦ green 95 ◦ blue 192

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

Shades of Lilac Bush #895FC0

Tints of Lilac Bush #895FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.28%

R = 32.31%
G = 22.41%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#895FC0 (or 0x895FC0) is known color: Lilac Bush. HEX triplet: 89, 5F and C0. RGB value is (137,95,192). Sum of RGB (Red+Green+Blue) = 137+95+192=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #895FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FC0 is #76A03F. Grayscale: #767676. Windows color (decimal): -7774272 or 12607369. OLE color: 12607369.

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

Color convert

RGB 137 95 192 -
CMYK 0.29 0.51 0 0.25
HSL 265.98º 0.43% 0.56% -
HSV(B) 265.98º 0.51% 0.75% -
XYZ 23.92 17.31 51.95 -
YUV 118.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 137 95 192 0.29 0.51 0 0.25 265.98 0.43 0.56
Hex 89 5F C0 1D 33 0 19 10A 2B 38
Octal 211 137 300 35 63 0 31 412 53 70
Binary 10001001 1011111 11000000 11101 110011 0 11001 100001010 101011 111000

Color Harmonies of #895FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FC0

Black with #895FC0

Text Example


Text Example

White with #895FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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