#8D659A

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

Shades of Ce Soir #8D659A

Tints of Ce Soir #8D659A

Color information

#8D659A (or 0x8D659A) is unknown color: approx Ce Soir. HEX triplet: 8D, 65 and 9A. RGB value is (141,101,154). Sum of RGB (Red+Green+Blue) = 141+101+154=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D659A is #729A65. Grayscale: #767676. Windows color (decimal): -7510630 or 10118541. OLE color: 10118541.

HSL color Cylindrical-coordinate representation of color #8D659A: hue angle of 285.28º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D659A is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB141101154-
CMYK0.080.3400.40
HSL285.28º20.78%50%-
HSV(B)285.28º34.42%60.39%-
XYZ21.4717.332.78-
YUV119147.75143.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=35.61%
G=25.51%
B=38.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411011540.080.3400.40285.2820.7850
Hex8D659A82202811d1532
Octal21514523210420504352562
Binary100011011100101100110101000100010010100010001110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,154); }

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

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

 a { background-color: rgb(141,101,154); }

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

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

 span { border-color: rgb(141,101,154); }

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