#865F9F

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

Shades of Ce Soir #865F9F

Tints of Ce Soir #865F9F

Color information

#865F9F (or 0x865F9F) is unknown color: approx Ce Soir. HEX triplet: 86, 5F and 9F. RGB value is (134,95,159). Sum of RGB (Red+Green+Blue) = 134+95+159=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #865F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F9F is #79A060. Grayscale: #717171. Windows color (decimal): -7970913 or 10444678. OLE color: 10444678.

HSL color Cylindrical-coordinate representation of color #865F9F: hue angle of 276.56º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865F9F is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13495159-
CMYK0.160.4000.38
HSL276.56º25.2%49.8%-
HSV(B)276.56º40.25%62.35%-
XYZ20.1815.7634.78-
YUV113.96153.42142.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=34.54%
G=24.48%
B=40.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134951590.160.4000.38276.5625.249.8
Hex865F9F10280261151932
Octal20613723720500464253162
Binary1000011010111111001111110000101000010011010001010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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