#8A709E

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

Shades of Ce Soir #8A709E

Tints of Ce Soir #8A709E

Color information

#8A709E (or 0x8A709E) is unknown color: approx Ce Soir. HEX triplet: 8A, 70 and 9E. RGB value is (138,112,158). Sum of RGB (Red+Green+Blue) = 138+112+158=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A709E is #758F61. Grayscale: #7C7C7C. Windows color (decimal): -7704418 or 10383498. OLE color: 10383498.

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

Color convert

RGB138112158-
CMYK0.130.2900.38
HSL273.91º19.17%52.94%-
HSV(B)273.91º29.11%61.96%-
XYZ22.4519.4634.92-
YUV125.02146.61137.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=33.82%
G=27.45%
B=38.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381121580.130.2900.38273.9119.1752.94
Hex8A709ED1D0261121335
Octal21216023615350464222365
Binary10001010111000010011110110111101010011010001001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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