#8A66AC

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

Shades of Ce Soir #8A66AC

Tints of Ce Soir #8A66AC

Color information

#8A66AC (or 0x8A66AC) is unknown color: approx Ce Soir. HEX triplet: 8A, 66 and AC. RGB value is (138,102,172). Sum of RGB (Red+Green+Blue) = 138+102+172=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A66AC is #759953. Grayscale: #787878. Windows color (decimal): -7706964 or 11298442. OLE color: 11298442.

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

Color convert

RGB138102172-
CMYK0.200.4100.33
HSL270.86º29.66%53.73%-
HSV(B)270.86º40.7%67.45%-
XYZ22.6817.8841.29-
YUV120.74156.93140.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=33.50%
G=24.76%
B=41.75%

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
Decimal1381021720.200.4100.33270.8629.6653.73
Hex8A66AC142902110f1e36
Octal21214625424510414173666
Binary1000101011001101010110010100101001010000110000111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A66AC; }

 p { color: rgb(138,102,172); }

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

<style>
 a { background-color: #8A66AC; }

 a { background-color: rgb(138,102,172); }

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

<style>
 span { border-color: #8A66AC; }

 span { border-color: rgb(138,102,172); }

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