#86599D

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

Shades of Ce Soir #86599D

Tints of Ce Soir #86599D

Color information

#86599D (or 0x86599D) is unknown color: approx Ce Soir. HEX triplet: 86, 59 and 9D. RGB value is (134,89,157). Sum of RGB (Red+Green+Blue) = 134+89+157=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #86599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86599D is #79A662. Grayscale: #6D6D6D. Windows color (decimal): -7972451 or 10312070. OLE color: 10312070.

HSL color Cylindrical-coordinate representation of color #86599D: hue angle of 279.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86599D is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13489157-
CMYK0.150.4300.38
HSL279.71º27.64%48.24%-
HSV(B)279.71º43.31%61.57%-
XYZ19.4914.6533.7-
YUV110.21154.41144.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=35.26%
G=23.42%
B=41.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134891570.150.4300.38279.7127.6448.24
Hex86599DF2B0261181c30
Octal20613123517530464303460
Binary100001101011001100111011111101011010011010001100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86599D; }

 p { color: rgb(134,89,157); }

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

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

 a { background-color: rgb(134,89,157); }

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

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

 span { border-color: rgb(134,89,157); }

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