#8E6FA9

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

Shades of Ce Soir #8E6FA9

Tints of Ce Soir #8E6FA9

Color information

#8E6FA9 (or 0x8E6FA9) is unknown color: approx Ce Soir. HEX triplet: 8E, 6F and A9. RGB value is (142,111,169). Sum of RGB (Red+Green+Blue) = 142+111+169=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E6FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6FA9 is #719056. Grayscale: #7E7E7E. Windows color (decimal): -7442519 or 11104142. OLE color: 11104142.

HSL color Cylindrical-coordinate representation of color #8E6FA9: hue angle of 272.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E6FA9 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB142111169-
CMYK0.160.3400.34
HSL272.07º25.22%54.9%-
HSV(B)272.07º34.32%66.27%-
XYZ2419.9840.13-
YUV126.88151.77138.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=33.65%
G=26.30%
B=40.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421111690.160.3400.34272.0725.2254.9
Hex8E6FA910220221101937
Octal21615725120420424203167
Binary1000111011011111010100110000100010010001010001000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,169); }

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

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

 a { background-color: rgb(142,111,169); }

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

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

 span { border-color: rgb(142,111,169); }

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