#8C6EAA

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

Shades of Ce Soir #8C6EAA

Tints of Ce Soir #8C6EAA

Color information

#8C6EAA (or 0x8C6EAA) is unknown color: approx Ce Soir. HEX triplet: 8C, 6E and AA. RGB value is (140,110,170). Sum of RGB (Red+Green+Blue) = 140+110+170=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6EAA is #739155. Grayscale: #7D7D7D. Windows color (decimal): -7573846 or 11169420. OLE color: 11169420.

HSL color Cylindrical-coordinate representation of color #8C6EAA: hue angle of 270º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C6EAA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140110170-
CMYK0.180.3500.33
HSL270º26.09%54.9%-
HSV(B)270º35.29%66.67%-
XYZ23.6519.6340.57-
YUV125.81152.94138.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=33.33%
G=26.19%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401101700.180.3500.3327026.0954.9
Hex8C6EAA122302110e1a37
Octal21415625222430414163267
Binary1000110011011101010101010010100011010000110000111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,170); }

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

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

 a { background-color: rgb(140,110,170); }

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

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

 span { border-color: rgb(140,110,170); }

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