#8662AC

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

Shades of Ce Soir #8662AC

Tints of Ce Soir #8662AC

Color information

#8662AC (or 0x8662AC) is unknown color: approx Ce Soir. HEX triplet: 86, 62 and AC. RGB value is (134,98,172). Sum of RGB (Red+Green+Blue) = 134+98+172=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8662AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8662AC is #799D53. Grayscale: #747474. Windows color (decimal): -7970132 or 11297414. OLE color: 11297414.

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

Color convert

RGB13498172-
CMYK0.220.4300.33
HSL269.19º30.83%52.94%-
HSV(B)269.19º43.02%67.45%-
XYZ21.6516.7841.13-
YUV117.2158.93139.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=33.17%
G=24.26%
B=42.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134981720.220.4300.33269.1930.8352.94
Hex8662AC162B02110d1f35
Octal20614225426530414153765
Binary1000011011000101010110010110101011010000110000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8662AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8662AC; }

 p { color: rgb(134,98,172); }

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

<style>
 a { background-color: #8662AC; }

 a { background-color: rgb(134,98,172); }

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

<style>
 span { border-color: #8662AC; }

 span { border-color: rgb(134,98,172); }

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