#8664A9

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

Shades of Ce Soir #8664A9

Tints of Ce Soir #8664A9

Color information

#8664A9 (or 0x8664A9) is unknown color: approx Ce Soir. HEX triplet: 86, 64 and A9. RGB value is (134,100,169). Sum of RGB (Red+Green+Blue) = 134+100+169=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #8664A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8664A9 is #799B56. Grayscale: #757575. Windows color (decimal): -7969623 or 11101318. OLE color: 11101318.

HSL color Cylindrical-coordinate representation of color #8664A9: hue angle of 269.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8664A9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB134100169-
CMYK0.210.4100.34
HSL269.57º28.63%52.75%-
HSV(B)269.57º40.83%66.27%-
XYZ21.5517.0539.69-
YUV118.03156.76139.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=33.25%
G=24.81%
B=41.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1341001690.210.4100.34269.5728.6352.75
Hex8664A9152902210e1d35
Octal20614425125510424163565
Binary1000011011001001010100110101101001010001010000111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8664A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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