#895CAF

Color #895CAF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #895CAF

Tints of Deep Lilac #895CAF

Color information

#895CAF (or 0x895CAF) is unknown color: approx Deep Lilac. HEX triplet: 89, 5C and AF. RGB value is (137,92,175). Sum of RGB (Red+Green+Blue) = 137+92+175=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #895CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895CAF is #76A350. Grayscale: #727272. Windows color (decimal): -7775057 or 11492489. OLE color: 11492489.

HSL color Cylindrical-coordinate representation of color #895CAF: hue angle of 272.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895CAF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13792175-
CMYK0.220.4700.31
HSL272.53º34.16%52.35%-
HSV(B)272.53º47.43%68.63%-
XYZ21.8816.0742.51-
YUV114.92161.91143.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=33.91%
G=22.77%
B=43.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137921750.220.4700.31272.5334.1652.35
Hex895CAF162F01F1112234
Octal21113425726570374214264
Binary1000100110111001010111110110101111011111100010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #895CAF;
 }
 .AnyTagClassName
 {
   color: #895CAF;
 }
</style>
background-color css

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

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

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

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

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

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