#8C61AA

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

Shades of Ce Soir #8C61AA

Tints of Ce Soir #8C61AA

Color information

#8C61AA (or 0x8C61AA) is unknown color: approx Ce Soir. HEX triplet: 8C, 61 and AA. RGB value is (140,97,170). Sum of RGB (Red+Green+Blue) = 140+97+170=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C61AA is #739E55. Grayscale: #757575. Windows color (decimal): -7577174 or 11166092. OLE color: 11166092.

HSL color Cylindrical-coordinate representation of color #8C61AA: hue angle of 275.34º 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 #8C61AA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14097170-
CMYK0.180.4300.33
HSL275.34º30.04%52.35%-
HSV(B)275.34º42.94%66.67%-
XYZ22.3517.0340.14-
YUV118.18157.25143.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=34.40%
G=23.83%
B=41.77%

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
Decimal140971700.180.4300.33275.3430.0452.35
Hex8C61AA122B0211131e34
Octal21414125222530414233664
Binary1000110011000011010101010010101011010000110001001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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