#8C62AE

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

Shades of Ce Soir #8C62AE

Tints of Ce Soir #8C62AE

Color information

#8C62AE (or 0x8C62AE) is unknown color: approx Ce Soir. HEX triplet: 8C, 62 and AE. RGB value is (140,98,174). Sum of RGB (Red+Green+Blue) = 140+98+174=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C62AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C62AE is #739D51. Grayscale: #767676. Windows color (decimal): -7576914 or 11428492. OLE color: 11428492.

HSL color Cylindrical-coordinate representation of color #8C62AE: hue angle of 273.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C62AE is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14098174-
CMYK0.200.4400.32
HSL273.16º31.93%53.33%-
HSV(B)273.16º43.68%68.24%-
XYZ22.8217.3742.19-
YUV119.22158.91142.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=33.98%
G=23.79%
B=42.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140981740.200.4400.32273.1631.9353.33
Hex8C62AE142C0201112035
Octal21414225624540404214065
Binary10001100110001010101110101001011000100000100010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,174); }

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

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

 a { background-color: rgb(140,98,174); }

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

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

 span { border-color: rgb(140,98,174); }

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