#8A60AC

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

Shades of Ce Soir #8A60AC

Tints of Ce Soir #8A60AC

Color information

#8A60AC (or 0x8A60AC) is unknown color: approx Ce Soir. HEX triplet: 8A, 60 and AC. RGB value is (138,96,172). Sum of RGB (Red+Green+Blue) = 138+96+172=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A60AC is #759F53. Grayscale: #747474. Windows color (decimal): -7708500 or 11296906. OLE color: 11296906.

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

Color convert

RGB13896172-
CMYK0.200.4400.33
HSL273.16º31.4%52.55%-
HSV(B)273.16º44.19%67.45%-
XYZ22.1116.7541.1-
YUV117.22158.91142.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=33.99%
G=23.65%
B=42.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138961720.200.4400.33273.1631.452.55
Hex8A60AC142C0211111f35
Octal21214025424540414213765
Binary1000101011000001010110010100101100010000110001000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,172); }

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

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

 a { background-color: rgb(138,96,172); }

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

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

 span { border-color: rgb(138,96,172); }

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