#8E609B

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

Shades of Ce Soir #8E609B

Tints of Ce Soir #8E609B

Color information

#8E609B (or 0x8E609B) is unknown color: approx Ce Soir. HEX triplet: 8E, 60 and 9B. RGB value is (142,96,155). Sum of RGB (Red+Green+Blue) = 142+96+155=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E609B is #719F64. Grayscale: #747474. Windows color (decimal): -7446373 or 10182798. OLE color: 10182798.

HSL color Cylindrical-coordinate representation of color #8E609B: hue angle of 286.78º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E609B is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14296155-
CMYK0.080.3800.39
HSL286.78º23.51%49.22%-
HSV(B)286.78º38.06%60.78%-
XYZ21.2516.4833.07-
YUV116.48149.74146.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=36.13%
G=24.43%
B=39.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142961550.080.3800.39286.7823.5149.22
Hex8E609B82602711f1831
Octal21614023310460474373061
Binary100011101100000100110111000100110010011110001111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,155); }

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

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

 a { background-color: rgb(142,96,155); }

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

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

 span { border-color: rgb(142,96,155); }

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