#8A759D

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

Shades of Ce Soir #8A759D

Tints of Ce Soir #8A759D

Color information

#8A759D (or 0x8A759D) is unknown color: approx Ce Soir. HEX triplet: 8A, 75 and 9D. RGB value is (138,117,157). Sum of RGB (Red+Green+Blue) = 138+117+157=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A759D is #758A62. Grayscale: #7F7F7F. Windows color (decimal): -7703139 or 10319242. OLE color: 10319242.

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

Color convert

RGB138117157-
CMYK0.120.2500.38
HSL271.5º16.95%53.73%-
HSV(B)271.5º25.48%61.57%-
XYZ22.9320.5634.66-
YUV127.84144.46135.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=33.50%
G=28.40%
B=38.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381171570.120.2500.38271.516.9553.73
Hex8A759DC190261101136
Octal21216523514310464202166
Binary10001010111010110011101110011001010011010001000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,157); }

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

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

 a { background-color: rgb(138,117,157); }

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

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

 span { border-color: rgb(138,117,157); }

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