#8D61AA

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

Shades of Ce Soir #8D61AA

Tints of Ce Soir #8D61AA

Color information

#8D61AA (or 0x8D61AA) is unknown color: approx Ce Soir. HEX triplet: 8D, 61 and AA. RGB value is (141,97,170). Sum of RGB (Red+Green+Blue) = 141+97+170=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D61AA is #729E55. Grayscale: #767676. Windows color (decimal): -7511638 or 11166093. OLE color: 11166093.

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

Color convert

RGB14197170-
CMYK0.170.4300.33
HSL276.16º30.04%52.35%-
HSV(B)276.16º42.94%66.67%-
XYZ22.5117.1140.15-
YUV118.48157.08144.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=34.56%
G=23.77%
B=41.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141971700.170.4300.33276.1630.0452.35
Hex8D61AA112B0211141e34
Octal21514125221530414243664
Binary1000110111000011010101010001101011010000110001010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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