#8C61AB

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

Shades of Ce Soir #8C61AB

Tints of Ce Soir #8C61AB

Color information

#8C61AB (or 0x8C61AB) is unknown color: approx Ce Soir. HEX triplet: 8C, 61 and AB. RGB value is (140,97,171). Sum of RGB (Red+Green+Blue) = 140+97+171=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C61AB is #739E54. Grayscale: #767676. Windows color (decimal): -7577173 or 11231628. OLE color: 11231628.

HSL color Cylindrical-coordinate representation of color #8C61AB: hue angle of 274.86º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C61AB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14097171-
CMYK0.180.4300.33
HSL274.86º30.58%52.55%-
HSV(B)274.86º43.27%67.06%-
XYZ22.4417.0740.64-
YUV118.29157.75143.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=34.31%
G=23.77%
B=41.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140971710.180.4300.33274.8630.5852.55
Hex8C61AB122B0211131f35
Octal21414125322530414233765
Binary1000110011000011010101110010101011010000110001001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,171); }

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

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

 a { background-color: rgb(140,97,171); }

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

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

 span { border-color: rgb(140,97,171); }

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