#8661AB

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

Shades of Ce Soir #8661AB

Tints of Ce Soir #8661AB

Color information

#8661AB (or 0x8661AB) is unknown color: approx Ce Soir. HEX triplet: 86, 61 and AB. RGB value is (134,97,171). Sum of RGB (Red+Green+Blue) = 134+97+171=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8661AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8661AB is #799E54. Grayscale: #747474. Windows color (decimal): -7970389 or 11231622. OLE color: 11231622.

HSL color Cylindrical-coordinate representation of color #8661AB: hue angle of 270º 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 #8661AB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13497171-
CMYK0.220.4300.33
HSL270º30.58%52.55%-
HSV(B)270º43.27%67.06%-
XYZ21.4616.5640.59-
YUV116.5158.76140.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=33.33%
G=24.13%
B=42.54%

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
Decimal134971710.220.4300.3327030.5852.55
Hex8661AB162B02110e1f35
Octal20614125326530414163765
Binary1000011011000011010101110110101011010000110000111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8661AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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