#8661AA

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

Shades of Ce Soir #8661AA

Tints of Ce Soir #8661AA

Color information

#8661AA (or 0x8661AA) is unknown color: approx Ce Soir. HEX triplet: 86, 61 and AA. RGB value is (134,97,170). Sum of RGB (Red+Green+Blue) = 134+97+170=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8661AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8661AA is #799E55. Grayscale: #747474. Windows color (decimal): -7970390 or 11166086. OLE color: 11166086.

HSL color Cylindrical-coordinate representation of color #8661AA: hue angle of 270.41º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8661AA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13497170-
CMYK0.210.4300.33
HSL270.41º30.04%52.35%-
HSV(B)270.41º42.94%66.67%-
XYZ21.3616.5240.09-
YUV116.38158.26140.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=33.42%
G=24.19%
B=42.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134971700.210.4300.33270.4130.0452.35
Hex8661AA152B02110e1e34
Octal20614125225530414163664
Binary1000011011000011010101010101101011010000110000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8661AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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