#8C6AAA

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

Shades of Ce Soir #8C6AAA

Tints of Ce Soir #8C6AAA

Color information

#8C6AAA (or 0x8C6AAA) is unknown color: approx Ce Soir. HEX triplet: 8C, 6A and AA. RGB value is (140,106,170). Sum of RGB (Red+Green+Blue) = 140+106+170=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6AAA is #739555. Grayscale: #7B7B7B. Windows color (decimal): -7574870 or 11168396. OLE color: 11168396.

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

Color convert

RGB140106170-
CMYK0.180.3800.33
HSL271.88º27.35%54.12%-
HSV(B)271.88º37.65%66.67%-
XYZ23.2218.7940.43-
YUV123.46154.26139.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=33.65%
G=25.48%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401061700.180.3800.33271.8827.3554.12
Hex8C6AAA12260211101b36
Octal21415225222460414203366
Binary1000110011010101010101010010100110010000110001000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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