#8760AA

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

Shades of Ce Soir #8760AA

Tints of Ce Soir #8760AA

Color information

#8760AA (or 0x8760AA) is unknown color: approx Ce Soir. HEX triplet: 87, 60 and AA. RGB value is (135,96,170). Sum of RGB (Red+Green+Blue) = 135+96+170=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8760AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8760AA is #789F55. Grayscale: #737373. Windows color (decimal): -7905110 or 11165831. OLE color: 11165831.

HSL color Cylindrical-coordinate representation of color #8760AA: hue angle of 271.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8760AA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13596170-
CMYK0.210.4400.33
HSL271.62º30.33%52.16%-
HSV(B)271.62º43.53%66.67%-
XYZ21.4316.4240.07-
YUV116.1158.42141.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=33.67%
G=23.94%
B=42.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135961700.210.4400.33271.6230.3352.16
Hex8760AA152C0211101e34
Octal20714025225540414203664
Binary1000011111000001010101010101101100010000110001000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8760AA; }

 p { color: rgb(135,96,170); }

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

<style>
 a { background-color: #8760AA; }

 a { background-color: rgb(135,96,170); }

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

<style>
 span { border-color: #8760AA; }

 span { border-color: rgb(135,96,170); }

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