#8660AB

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

Shades of Ce Soir #8660AB

Tints of Ce Soir #8660AB

Color information

#8660AB (or 0x8660AB) is unknown color: approx Ce Soir. HEX triplet: 86, 60 and AB. RGB value is (134,96,171). Sum of RGB (Red+Green+Blue) = 134+96+171=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8660AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8660AB is #799F54. Grayscale: #737373. Windows color (decimal): -7970645 or 11231366. OLE color: 11231366.

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

Color convert

RGB13496171-
CMYK0.220.4400.33
HSL270.4º30.86%52.35%-
HSV(B)270.4º43.86%67.06%-
XYZ21.3716.3740.56-
YUV115.91159.09140.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=33.42%
G=23.94%
B=42.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134961710.220.4400.33270.430.8652.35
Hex8660AB162C02110e1f34
Octal20614025326540414163764
Binary1000011011000001010101110110101100010000110000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8660AB; }

 p { color: rgb(134,96,171); }

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

<style>
 a { background-color: #8660AB; }

 a { background-color: rgb(134,96,171); }

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

<style>
 span { border-color: #8660AB; }

 span { border-color: rgb(134,96,171); }

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