#895CAA

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

Shades of Ce Soir #895CAA

Tints of Ce Soir #895CAA

Color information

#895CAA (or 0x895CAA) is unknown color: approx Ce Soir. HEX triplet: 89, 5C and AA. RGB value is (137,92,170). Sum of RGB (Red+Green+Blue) = 137+92+170=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #895CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895CAA is #76A355. Grayscale: #727272. Windows color (decimal): -7775062 or 11164809. OLE color: 11164809.

HSL color Cylindrical-coordinate representation of color #895CAA: hue angle of 274.62º degrees, saturation: 0.31, 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 #895CAA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13792170-
CMYK0.190.4600.33
HSL274.62º31.45%51.37%-
HSV(B)274.62º45.88%66.67%-
XYZ21.415.8739.97-
YUV114.35159.41144.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=34.34%
G=23.06%
B=42.61%

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
Decimal137921700.190.4600.33274.6231.4551.37
Hex895CAA132E0211131f33
Octal21113425223560414233763
Binary1000100110111001010101010011101110010000110001001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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