#895BAA

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

Shades of Ce Soir #895BAA

Tints of Ce Soir #895BAA

Color information

#895BAA (or 0x895BAA) is unknown color: approx Ce Soir. HEX triplet: 89, 5B and AA. RGB value is (137,91,170). Sum of RGB (Red+Green+Blue) = 137+91+170=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #895BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895BAA is #76A455. Grayscale: #717171. Windows color (decimal): -7775318 or 11164553. OLE color: 11164553.

HSL color Cylindrical-coordinate representation of color #895BAA: hue angle of 274.94º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #895BAA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13791170-
CMYK0.190.4600.33
HSL274.94º31.73%51.18%-
HSV(B)274.94º46.47%66.67%-
XYZ21.3115.739.94-
YUV113.76159.74144.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=34.42%
G=22.86%
B=42.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137911700.190.4600.33274.9431.7351.18
Hex895BAA132E0211132033
Octal21113325223560414234063
Binary10001001101101110101010100111011100100001100010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,91,170); }

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

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

 a { background-color: rgb(137,91,170); }

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

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

 span { border-color: rgb(137,91,170); }

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