#8E64B2

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

Shades of Ce Soir #8E64B2

Tints of Ce Soir #8E64B2

Color information

#8E64B2 (or 0x8E64B2) is unknown color: approx Ce Soir. HEX triplet: 8E, 64 and B2. RGB value is (142,100,178). Sum of RGB (Red+Green+Blue) = 142+100+178=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #8E64B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E64B2 is #719B4D. Grayscale: #797979. Windows color (decimal): -7445326 or 11691150. OLE color: 11691150.

HSL color Cylindrical-coordinate representation of color #8E64B2: hue angle of 272.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E64B2 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB142100178-
CMYK0.200.4400.30
HSL272.31º33.62%54.51%-
HSV(B)272.31º43.82%69.8%-
XYZ23.7518.0844.36-
YUV121.45159.91142.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 178 (69.92% from 255) = 42.38%
R=33.81%
G=23.81%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421001780.200.4400.30272.3133.6254.51
Hex8E64B2142C01E1102237
Octal21614426224540364204267
Binary1000111011001001011001010100101100011110100010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,178); }

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

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

 a { background-color: rgb(142,100,178); }

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

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

 span { border-color: rgb(142,100,178); }

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