#8A7699

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

Shades of Ce Soir #8A7699

Tints of Ce Soir #8A7699

Color information

#8A7699 (or 0x8A7699) is unknown color: approx Ce Soir. HEX triplet: 8A, 76 and 99. RGB value is (138,118,153). Sum of RGB (Red+Green+Blue) = 138+118+153=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7699 is #758966. Grayscale: #7F7F7F. Windows color (decimal): -7702887 or 10057354. OLE color: 10057354.

HSL color Cylindrical-coordinate representation of color #8A7699: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A7699 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB138118153-
CMYK0.100.2300.4
HSL274.29º14.64%53.14%-
HSV(B)274.29º22.88%60%-
XYZ22.7120.6632.93-
YUV127.97142.13135.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=33.74%
G=28.85%
B=37.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381181530.100.2300.4274.2914.6453.14
Hex8A7699A17028112f35
Octal21216623112270504221765
Binary1000101011101101001100110101011101010001000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,153); }

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

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

 a { background-color: rgb(138,118,153); }

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

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

 span { border-color: rgb(138,118,153); }

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