#8C6994

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

Shades of Ce Soir #8C6994

Tints of Ce Soir #8C6994

Color information

#8C6994 (or 0x8C6994) is unknown color: approx Ce Soir. HEX triplet: 8C, 69 and 94. RGB value is (140,105,148). Sum of RGB (Red+Green+Blue) = 140+105+148=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C6994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6994 is #73966B. Grayscale: #787878. Windows color (decimal): -7575148 or 9726348. OLE color: 9726348.

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

Color convert

RGB140105148-
CMYK0.050.2900.42
HSL288.84º17%49.61%-
HSV(B)288.84º29.05%58.04%-
XYZ21.2117.8230.34-
YUV120.37143.6142-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=35.62%
G=26.72%
B=37.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401051480.050.2900.42288.841749.61
Hex8C699451D02A1211132
Octal2141512245350524412162
Binary1000110011010011001010010111101010101010010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,148); }

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

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

 a { background-color: rgb(140,105,148); }

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

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

 span { border-color: rgb(140,105,148); }

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