#8A749E

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

Shades of Ce Soir #8A749E

Tints of Ce Soir #8A749E

Color information

#8A749E (or 0x8A749E) is unknown color: approx Ce Soir. HEX triplet: 8A, 74 and 9E. RGB value is (138,116,158). Sum of RGB (Red+Green+Blue) = 138+116+158=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A749E is #758B61. Grayscale: #7F7F7F. Windows color (decimal): -7703394 or 10384522. OLE color: 10384522.

HSL color Cylindrical-coordinate representation of color #8A749E: hue angle of 271.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A749E is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB138116158-
CMYK0.130.2700.38
HSL271.43º17.8%53.73%-
HSV(B)271.43º26.58%61.96%-
XYZ22.920.3635.07-
YUV127.37145.29135.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=33.50%
G=28.16%
B=38.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381161580.130.2700.38271.4317.853.73
Hex8A749ED1B02610f1236
Octal21216423615330464172266
Binary10001010111010010011110110111011010011010000111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,116,158); }

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

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

 a { background-color: rgb(138,116,158); }

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

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

 span { border-color: rgb(138,116,158); }

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