#8C6B96

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

Shades of Ce Soir #8C6B96

Tints of Ce Soir #8C6B96

Color information

#8C6B96 (or 0x8C6B96) is unknown color: approx Ce Soir. HEX triplet: 8C, 6B and 96. RGB value is (140,107,150). Sum of RGB (Red+Green+Blue) = 140+107+150=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C6B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6B96 is #739469. Grayscale: #797979. Windows color (decimal): -7574634 or 9857932. OLE color: 9857932.

HSL color Cylindrical-coordinate representation of color #8C6B96: hue angle of 286.05º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6B96 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB140107150-
CMYK0.070.2900.41
HSL286.05º17%50.39%-
HSV(B)286.05º28.67%58.82%-
XYZ21.5818.2931.25-
YUV121.77143.93141-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=35.26%
G=26.95%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401071500.070.2900.41286.051750.39
Hex8C6B9671D02911e1132
Octal2141532267350514362162
Binary1000110011010111001011011111101010100110001111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,150); }

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

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

 a { background-color: rgb(140,107,150); }

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

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

 span { border-color: rgb(140,107,150); }

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