#8D64AA

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

Shades of Ce Soir #8D64AA

Tints of Ce Soir #8D64AA

Color information

#8D64AA (or 0x8D64AA) is unknown color: approx Ce Soir. HEX triplet: 8D, 64 and AA. RGB value is (141,100,170). Sum of RGB (Red+Green+Blue) = 141+100+170=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D64AA is #729B55. Grayscale: #787878. Windows color (decimal): -7510870 or 11166861. OLE color: 11166861.

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

Color convert

RGB141100170-
CMYK0.170.4100.33
HSL275.14º29.17%52.94%-
HSV(B)275.14º41.18%66.67%-
XYZ22.817.6840.24-
YUV120.24156.08142.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=34.31%
G=24.33%
B=41.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411001700.170.4100.33275.1429.1752.94
Hex8D64AA11290211131d35
Octal21514425221510414233565
Binary1000110111001001010101010001101001010000110001001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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