#86659F

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

Shades of Ce Soir #86659F

Tints of Ce Soir #86659F

Color information

#86659F (or 0x86659F) is unknown color: approx Ce Soir. HEX triplet: 86, 65 and 9F. RGB value is (134,101,159). Sum of RGB (Red+Green+Blue) = 134+101+159=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #86659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86659F is #799A60. Grayscale: #757575. Windows color (decimal): -7969377 or 10446214. OLE color: 10446214.

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

Color convert

RGB134101159-
CMYK0.160.3600.38
HSL274.14º23.2%50.98%-
HSV(B)274.14º36.48%62.35%-
XYZ20.7416.8834.97-
YUV117.48151.43139.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=34.01%
G=25.63%
B=40.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341011590.160.3600.38274.1423.250.98
Hex86659F10240261121733
Octal20614523720440464222763
Binary1000011011001011001111110000100100010011010001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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