#8D6FAD

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

Shades of Ce Soir #8D6FAD

Tints of Ce Soir #8D6FAD

Color information

#8D6FAD (or 0x8D6FAD) is unknown color: approx Ce Soir. HEX triplet: 8D, 6F and AD. RGB value is (141,111,173). Sum of RGB (Red+Green+Blue) = 141+111+173=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6FAD is #729052. Grayscale: #7E7E7E. Windows color (decimal): -7508051 or 11366285. OLE color: 11366285.

HSL color Cylindrical-coordinate representation of color #8D6FAD: hue angle of 269.03º degrees, saturation: 0.27, 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 #8D6FAD is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141111173-
CMYK0.180.3600.32
HSL269.03º27.43%55.69%-
HSV(B)269.03º35.84%67.84%-
XYZ24.2120.0542.13-
YUV127.04153.94137.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=33.18%
G=26.12%
B=40.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411111730.180.3600.32269.0327.4355.69
Hex8D6FAD122402010d1b38
Octal21515725522440404153370
Binary1000110111011111010110110010100100010000010000110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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