#8E5FAC

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

Shades of Ce Soir #8E5FAC

Tints of Ce Soir #8E5FAC

Color information

#8E5FAC (or 0x8E5FAC) is unknown color: approx Ce Soir. HEX triplet: 8E, 5F and AC. RGB value is (142,95,172). Sum of RGB (Red+Green+Blue) = 142+95+172=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5FAC is #71A053. Grayscale: #757575. Windows color (decimal): -7446612 or 11296654. OLE color: 11296654.

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

Color convert

RGB14295172-
CMYK0.170.4500.33
HSL276.62º31.69%52.35%-
HSV(B)276.62º44.77%67.45%-
XYZ22.6916.9141.1-
YUV117.83158.57145.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.72%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=34.72%
G=23.23%
B=42.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142951720.170.4500.33276.6231.6952.35
Hex8E5FAC112D0211152034
Octal21613725421550414254064
Binary10001110101111110101100100011011010100001100010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,172); }

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

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

 a { background-color: rgb(142,95,172); }

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

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

 span { border-color: rgb(142,95,172); }

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