#8c64aa

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

Shades of Ce Soir #8C64AA

Tints of Ce Soir #8C64AA

Color information

#8C64AA (or 0x8C64AA) is unknown color: approx Ce Soir. HEX triplet: 8C, 64 and AA. RGB value is (140,100,170). Sum of RGB (Red+Green+Blue) = 140+100+170=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C64AA is #739B55. Grayscale: #777777. Windows color (decimal): -7576406 or 11166860. OLE color: 11166860.

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

Color convert

RGB140100170-
CMYK0.180.4100.33
HSL274.29º29.17%52.94%-
HSV(B)274.29º41.18%66.67%-
XYZ22.6317.5940.23-
YUV119.94156.25142.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.15%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=34.15%
G=24.39%
B=41.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401001700.180.4100.33274.2929.1752.94
Hex8C64AA12290211121d35
Octal21414425222510414223565
Binary1000110011001001010101010010101001010000110001001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c64aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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