#8860AA

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

Shades of Ce Soir #8860AA

Tints of Ce Soir #8860AA

Color information

#8860AA (or 0x8860AA) is unknown color: approx Ce Soir. HEX triplet: 88, 60 and AA. RGB value is (136,96,170). Sum of RGB (Red+Green+Blue) = 136+96+170=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #8860AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8860AA is #779F55. Grayscale: #747474. Windows color (decimal): -7839574 or 11165832. OLE color: 11165832.

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

Color convert

RGB13696170-
CMYK0.200.4400.33
HSL272.43º30.33%52.16%-
HSV(B)272.43º43.53%66.67%-
XYZ21.5916.540.08-
YUV116.4158.25141.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=33.83%
G=23.88%
B=42.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136961700.200.4400.33272.4330.3352.16
Hex8860AA142C0211101e34
Octal21014025224540414203664
Binary1000100011000001010101010100101100010000110001000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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