#8560AA

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

Shades of Ce Soir #8560AA

Tints of Ce Soir #8560AA

Color information

#8560AA (or 0x8560AA) is unknown color: approx Ce Soir. HEX triplet: 85, 60 and AA. RGB value is (133,96,170). Sum of RGB (Red+Green+Blue) = 133+96+170=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #8560AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8560AA is #7A9F55. Grayscale: #737373. Windows color (decimal): -8036182 or 11165829. OLE color: 11165829.

HSL color Cylindrical-coordinate representation of color #8560AA: hue angle of 270º 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 #8560AA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13396170-
CMYK0.220.4400.33
HSL270º30.33%52.16%-
HSV(B)270º43.53%66.67%-
XYZ21.1116.2540.05-
YUV115.5158.76140.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=33.33%
G=24.06%
B=42.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133961700.220.4400.3327030.3352.16
Hex8560AA162C02110e1e34
Octal20514025226540414163664
Binary1000010111000001010101010110101100010000110000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8560AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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