#865E99

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

Shades of Ce Soir #865E99

Tints of Ce Soir #865E99

Color information

#865E99 (or 0x865E99) is unknown color: approx Ce Soir. HEX triplet: 86, 5E and 99. RGB value is (134,94,153). Sum of RGB (Red+Green+Blue) = 134+94+153=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #865E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E99 is #79A166. Grayscale: #707070. Windows color (decimal): -7971175 or 10051206. OLE color: 10051206.

HSL color Cylindrical-coordinate representation of color #865E99: hue angle of 280.68º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865E99 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13494153-
CMYK0.120.3900.4
HSL280.68º23.89%48.43%-
HSV(B)280.68º38.56%60%-
XYZ19.5815.3732.07-
YUV112.69150.75143.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=35.17%
G=24.67%
B=40.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134941530.120.3900.4280.6823.8948.43
Hex865E99C270281191830
Octal20613623114470504313060
Binary100001101011110100110011100100111010100010001100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865E99; }

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

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

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

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

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

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

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

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