#866999

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

Shades of Ce Soir #866999

Tints of Ce Soir #866999

Color information

#866999 (or 0x866999) is unknown color: approx Ce Soir. HEX triplet: 86, 69 and 99. RGB value is (134,105,153). Sum of RGB (Red+Green+Blue) = 134+105+153=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #866999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866999 is #799666. Grayscale: #767676. Windows color (decimal): -7968359 or 10054022. OLE color: 10054022.

HSL color Cylindrical-coordinate representation of color #866999: hue angle of 276.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866999 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134105153-
CMYK0.120.3100.4
HSL276.25º19.05%50.59%-
HSV(B)276.25º31.37%60%-
XYZ20.6317.4732.42-
YUV119.14147.11138.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=34.18%
G=26.79%
B=39.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341051530.120.3100.4276.2519.0550.59
Hex866999C1F0281141333
Octal20615123114370504242363
Binary10000110110100110011001110011111010100010001010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866999; }

 p { color: rgb(134,105,153); }

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

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

 a { background-color: rgb(134,105,153); }

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

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

 span { border-color: rgb(134,105,153); }

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