#8D61AC

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

Shades of Ce Soir #8D61AC

Tints of Ce Soir #8D61AC

Color information

#8D61AC (or 0x8D61AC) is unknown color: approx Ce Soir. HEX triplet: 8D, 61 and AC. RGB value is (141,97,172). Sum of RGB (Red+Green+Blue) = 141+97+172=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D61AC is #729E53. Grayscale: #767676. Windows color (decimal): -7511636 or 11297165. OLE color: 11297165.

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

Color convert

RGB14197172-
CMYK0.180.4400.33
HSL275.2º31.12%52.75%-
HSV(B)275.2º43.6%67.45%-
XYZ22.7117.1941.15-
YUV118.71158.08143.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=34.39%
G=23.66%
B=41.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141971720.180.4400.33275.231.1252.75
Hex8D61AC122C0211131f35
Octal21514125422540414233765
Binary1000110111000011010110010010101100010000110001001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,97,172); }

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

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

 a { background-color: rgb(141,97,172); }

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

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

 span { border-color: rgb(141,97,172); }

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