#8561AA

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

Shades of Ce Soir #8561AA

Tints of Ce Soir #8561AA

Color information

#8561AA (or 0x8561AA) is unknown color: approx Ce Soir. HEX triplet: 85, 61 and AA. RGB value is (133,97,170). Sum of RGB (Red+Green+Blue) = 133+97+170=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8561AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8561AA is #7A9E55. Grayscale: #737373. Windows color (decimal): -8035926 or 11166085. OLE color: 11166085.

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

Color convert

RGB13397170-
CMYK0.220.4300.33
HSL269.59º30.04%52.35%-
HSV(B)269.59º42.94%66.67%-
XYZ21.216.4440.09-
YUV116.09158.43140.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=33.25%
G=24.25%
B=42.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133971700.220.4300.33269.5930.0452.35
Hex8561AA162B02110e1e34
Octal20514125226530414163664
Binary1000010111000011010101010110101011010000110000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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