#8960AC

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

Shades of Ce Soir #8960AC

Tints of Ce Soir #8960AC

Color information

#8960AC (or 0x8960AC) is unknown color: approx Ce Soir. HEX triplet: 89, 60 and AC. RGB value is (137,96,172). Sum of RGB (Red+Green+Blue) = 137+96+172=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8960AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8960AC is #769F53. Grayscale: #747474. Windows color (decimal): -7774036 or 11296905. OLE color: 11296905.

HSL color Cylindrical-coordinate representation of color #8960AC: hue angle of 272.37º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8960AC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13796172-
CMYK0.200.4400.33
HSL272.37º31.4%52.55%-
HSV(B)272.37º44.19%67.45%-
XYZ21.9516.6641.09-
YUV116.92159.08142.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=33.83%
G=23.70%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137961720.200.4400.33272.3731.452.55
Hex8960AC142C0211101f35
Octal21114025424540414203765
Binary1000100111000001010110010100101100010000110001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8960AC; }

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

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

<style>
 a { background-color: #8960AC; }

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

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

<style>
 span { border-color: #8960AC; }

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

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