#895CBC

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

Shades of Deep Lilac #895CBC

Tints of Deep Lilac #895CBC

Color information

#895CBC (or 0x895CBC) is unknown color: approx Deep Lilac. HEX triplet: 89, 5C and BC. RGB value is (137,92,188). Sum of RGB (Red+Green+Blue) = 137+92+188=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #895CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CBC is #76A343. Grayscale: #747474. Windows color (decimal): -7775044 or 12344457. OLE color: 12344457.

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

Color convert

RGB13792188-
CMYK0.270.5100.26
HSL268.12º41.74%54.9%-
HSV(B)268.12º51.06%73.73%-
XYZ23.2216.649.56-
YUV116.4168.41142.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=32.85%
G=22.06%
B=45.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137921880.270.5100.26268.1241.7454.9
Hex895CBC1B3301A10c2a37
Octal21113427433630324145267
Binary1000100110111001011110011011110011011010100001100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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