#8960AF

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

Shades of Ce Soir #8960AF

Tints of Ce Soir #8960AF

Color information

#8960AF (or 0x8960AF) is unknown color: approx Ce Soir. HEX triplet: 89, 60 and AF. RGB value is (137,96,175). Sum of RGB (Red+Green+Blue) = 137+96+175=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #8960AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8960AF is #769F50. Grayscale: #747474. Windows color (decimal): -7774033 or 11493513. OLE color: 11493513.

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

Color convert

RGB13796175-
CMYK0.220.4500.31
HSL271.14º33.05%53.14%-
HSV(B)271.14º45.14%68.63%-
XYZ22.2416.7842.62-
YUV117.26160.58142.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=33.58%
G=23.53%
B=42.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137961750.220.4500.31271.1433.0553.14
Hex8960AF162D01F10f2135
Octal21114025726550374174165
Binary1000100111000001010111110110101101011111100001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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