#895FAC

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

Shades of Ce Soir #895FAC

Tints of Ce Soir #895FAC

Color information

#895FAC (or 0x895FAC) is unknown color: approx Ce Soir. HEX triplet: 89, 5F and AC. RGB value is (137,95,172). Sum of RGB (Red+Green+Blue) = 137+95+172=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #895FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895FAC is #76A053. Grayscale: #747474. Windows color (decimal): -7774292 or 11296649. OLE color: 11296649.

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

Color convert

RGB13795172-
CMYK0.200.4500.33
HSL272.73º31.69%52.35%-
HSV(B)272.73º44.77%67.45%-
XYZ21.8616.4841.06-
YUV116.34159.41142.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=33.91%
G=23.51%
B=42.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137951720.200.4500.33272.7331.6952.35
Hex895FAC142D0211112034
Octal21113725424550414214064
Binary10001001101111110101100101001011010100001100010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,95,172); }

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

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

 a { background-color: rgb(137,95,172); }

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

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

 span { border-color: rgb(137,95,172); }

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