#8960AD

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

Shades of Ce Soir #8960AD

Tints of Ce Soir #8960AD

Color information

#8960AD (or 0x8960AD) is unknown color: approx Ce Soir. HEX triplet: 89, 60 and AD. RGB value is (137,96,173). Sum of RGB (Red+Green+Blue) = 137+96+173=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #8960AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8960AD is #769F52. Grayscale: #747474. Windows color (decimal): -7774035 or 11362441. OLE color: 11362441.

HSL color Cylindrical-coordinate representation of color #8960AD: hue angle of 271.95º 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 #8960AD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13796173-
CMYK0.210.4500.32
HSL271.95º31.95%52.75%-
HSV(B)271.95º44.51%67.84%-
XYZ22.0416.741.6-
YUV117.04159.58142.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=33.74%
G=23.65%
B=42.61%

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
Decimal137961730.210.4500.32271.9531.9552.75
Hex8960AD152D0201102035
Octal21114025525550404204065
Binary10001001110000010101101101011011010100000100010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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