#86689F

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

Shades of Ce Soir #86689F

Tints of Ce Soir #86689F

Color information

#86689F (or 0x86689F) is unknown color: approx Ce Soir. HEX triplet: 86, 68 and 9F. RGB value is (134,104,159). Sum of RGB (Red+Green+Blue) = 134+104+159=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #86689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86689F is #799760. Grayscale: #777777. Windows color (decimal): -7968609 or 10446982. OLE color: 10446982.

HSL color Cylindrical-coordinate representation of color #86689F: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86689F is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134104159-
CMYK0.160.3500.38
HSL272.73º22.27%51.57%-
HSV(B)272.73º34.59%62.35%-
XYZ21.0417.4735.06-
YUV119.24150.44138.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=33.75%
G=26.20%
B=40.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341041590.160.3500.38272.7322.2751.57
Hex86689F10230261111634
Octal20615023720430464212664
Binary1000011011010001001111110000100011010011010001000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86689F; }

 p { color: rgb(134,104,159); }

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

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

 a { background-color: rgb(134,104,159); }

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

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

 span { border-color: rgb(134,104,159); }

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