#895CAD

Color #895CAD Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #895CAD

Tints of Ce Soir #895CAD

Color information

#895CAD (or 0x895CAD) is unknown color: approx Ce Soir. HEX triplet: 89, 5C and AD. RGB value is (137,92,173). Sum of RGB (Red+Green+Blue) = 137+92+173=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #895CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895CAD is #76A352. Grayscale: #727272. Windows color (decimal): -7775059 or 11361417. OLE color: 11361417.

HSL color Cylindrical-coordinate representation of color #895CAD: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895CAD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13792173-
CMYK0.210.4700.32
HSL273.33º33.06%51.96%-
HSV(B)273.33º46.82%67.84%-
XYZ21.6915.9941.48-
YUV114.69160.91143.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=34.08%
G=22.89%
B=43.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137921730.210.4700.32273.3333.0651.96
Hex895CAD152F0201112134
Octal21113425525570404214164
Binary10001001101110010101101101011011110100000100010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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