#8D699D

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

Shades of Ce Soir #8D699D

Tints of Ce Soir #8D699D

Color information

#8D699D (or 0x8D699D) is unknown color: approx Ce Soir. HEX triplet: 8D, 69 and 9D. RGB value is (141,105,157). Sum of RGB (Red+Green+Blue) = 141+105+157=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D699D is #729662. Grayscale: #797979. Windows color (decimal): -7509603 or 10316173. OLE color: 10316173.

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

Color convert

RGB141105157-
CMYK0.100.3300.38
HSL281.54º20.97%51.37%-
HSV(B)281.54º33.12%61.57%-
XYZ22.1218.234.25-
YUV121.69147.93141.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=34.99%
G=26.05%
B=38.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411051570.100.3300.38281.5420.9751.37
Hex8D699DA2102611a1533
Octal21515123512410464322563
Binary100011011101001100111011010100001010011010001101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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