#8864AA

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

Shades of Ce Soir #8864AA

Tints of Ce Soir #8864AA

Color information

#8864AA (or 0x8864AA) is unknown color: approx Ce Soir. HEX triplet: 88, 64 and AA. RGB value is (136,100,170). Sum of RGB (Red+Green+Blue) = 136+100+170=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8864AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8864AA is #779B55. Grayscale: #767676. Windows color (decimal): -7838550 or 11166856. OLE color: 11166856.

HSL color Cylindrical-coordinate representation of color #8864AA: hue angle of 270.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8864AA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136100170-
CMYK0.200.4100.33
HSL270.86º29.17%52.94%-
HSV(B)270.86º41.18%66.67%-
XYZ21.9717.2540.2-
YUV118.74156.93140.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=33.50%
G=24.63%
B=41.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361001700.200.4100.33270.8629.1752.94
Hex8864AA142902110f1d35
Octal21014425224510414173565
Binary1000100011001001010101010100101001010000110000111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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