#8664AA

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

Shades of Ce Soir #8664AA

Tints of Ce Soir #8664AA

Color information

#8664AA (or 0x8664AA) is unknown color: approx Ce Soir. HEX triplet: 86, 64 and AA. RGB value is (134,100,170). Sum of RGB (Red+Green+Blue) = 134+100+170=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8664AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8664AA is #799B55. Grayscale: #757575. Windows color (decimal): -7969622 or 11166854. OLE color: 11166854.

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

Color convert

RGB134100170-
CMYK0.210.4100.33
HSL269.14º29.17%52.94%-
HSV(B)269.14º41.18%66.67%-
XYZ21.6417.0840.19-
YUV118.15157.26139.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=33.17%
G=24.75%
B=42.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341001700.210.4100.33269.1429.1752.94
Hex8664AA152902110d1d35
Octal20614425225510414153565
Binary1000011011001001010101010101101001010000110000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8664AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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