Html Css Color HEX #895CBA Deep Lilac

📋 copy color: '#895CBA'

red 137 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #895CBA

Tints of Deep Lilac #895CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 33.01%
G = 22.17%
B = 44.82%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#895CBA (or 0x895CBA) is known color: Deep Lilac. HEX triplet: 89, 5C and BA. RGB value is (137,92,186). Sum of RGB (Red+Green+Blue) = 137+92+186=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #895CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CBA is #76A345. Grayscale: #737373. Windows color (decimal): -7775046 or 12213385. OLE color: 12213385.

HSL color Cylindrical-coordinate representation of color #895CBA: hue angle of 268.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895CBA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 92 186 -
CMYK 0.26 0.51 0 0.27
HSL 268.72º 0.41% 0.55% -
HSV(B) 268.72º 0.51% 0.73% -
XYZ 23.01 16.52 48.43 -
YUV 116.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 137 92 186 0.26 0.51 0 0.27 268.72 0.41 0.55
Hex 89 5C BA 1A 33 0 1B 10D 29 37
Octal 211 134 272 32 63 0 33 415 51 67
Binary 10001001 1011100 10111010 11010 110011 0 11011 100001101 101001 110111

Color Harmonies of #895CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CBA

Black with #895CBA

Text Example


Text Example

White with #895CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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