#8E61AB

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

Shades of Ce Soir #8E61AB

Tints of Ce Soir #8E61AB

Color information

#8E61AB (or 0x8E61AB) is unknown color: approx Ce Soir. HEX triplet: 8E, 61 and AB. RGB value is (142,97,171). Sum of RGB (Red+Green+Blue) = 142+97+171=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E61AB is #719E54. Grayscale: #767676. Windows color (decimal): -7446101 or 11231630. OLE color: 11231630.

HSL color Cylindrical-coordinate representation of color #8E61AB: hue angle of 276.49º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E61AB is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14297171-
CMYK0.170.4300.33
HSL276.49º30.58%52.55%-
HSV(B)276.49º43.27%67.06%-
XYZ22.7817.2440.66-
YUV118.89157.41144.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=34.63%
G=23.66%
B=41.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142971710.170.4300.33276.4930.5852.55
Hex8E61AB112B0211141f35
Octal21614125321530414243765
Binary1000111011000011010101110001101011010000110001010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,97,171); }

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

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

 a { background-color: rgb(142,97,171); }

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

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

 span { border-color: rgb(142,97,171); }

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