#895FAD

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

Shades of Ce Soir #895FAD

Tints of Ce Soir #895FAD

Color information

#895FAD (or 0x895FAD) is unknown color: approx Ce Soir. HEX triplet: 89, 5F and AD. RGB value is (137,95,173). Sum of RGB (Red+Green+Blue) = 137+95+173=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #895FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895FAD is #76A052. Grayscale: #747474. Windows color (decimal): -7774291 or 11362185. OLE color: 11362185.

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

Color convert

RGB13795173-
CMYK0.210.4500.32
HSL272.31º32.23%52.55%-
HSV(B)272.31º45.09%67.84%-
XYZ21.9516.5241.57-
YUV116.45159.91142.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=33.83%
G=23.46%
B=42.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137951730.210.4500.32272.3132.2352.55
Hex895FAD152D0201102035
Octal21113725525550404204065
Binary10001001101111110101101101011011010100000100010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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