#8D6FAE

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

Shades of Ce Soir #8D6FAE

Tints of Ce Soir #8D6FAE

Color information

#8D6FAE (or 0x8D6FAE) is unknown color: approx Ce Soir. HEX triplet: 8D, 6F and AE. RGB value is (141,111,174). Sum of RGB (Red+Green+Blue) = 141+111+174=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6FAE is #729051. Grayscale: #7E7E7E. Windows color (decimal): -7508050 or 11431821. OLE color: 11431821.

HSL color Cylindrical-coordinate representation of color #8D6FAE: hue angle of 268.57º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D6FAE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141111174-
CMYK0.190.3600.32
HSL268.57º28%55.88%-
HSV(B)268.57º36.21%68.24%-
XYZ24.3120.0942.64-
YUV127.15154.44137.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=33.10%
G=26.06%
B=40.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411111740.190.3600.32268.572855.88
Hex8D6FAE132402010d1c38
Octal21515725623440404153470
Binary1000110111011111010111010011100100010000010000110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,174); }

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

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

 a { background-color: rgb(141,111,174); }

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

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

 span { border-color: rgb(141,111,174); }

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