#8D659D

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

Shades of Ce Soir #8D659D

Tints of Ce Soir #8D659D

Color information

#8D659D (or 0x8D659D) is unknown color: approx Ce Soir. HEX triplet: 8D, 65 and 9D. RGB value is (141,101,157). Sum of RGB (Red+Green+Blue) = 141+101+157=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D659D is #729A62. Grayscale: #777777. Windows color (decimal): -7510627 or 10315149. OLE color: 10315149.

HSL color Cylindrical-coordinate representation of color #8D659D: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D659D is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB141101157-
CMYK0.100.3600.38
HSL282.86º22.22%50.59%-
HSV(B)282.86º35.67%61.57%-
XYZ21.7217.434.11-
YUV119.34149.25143.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=35.34%
G=25.31%
B=39.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411011570.100.3600.38282.8622.2250.59
Hex8D659DA2402611b1633
Octal21514523512440464332663
Binary100011011100101100111011010100100010011010001101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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