#86609b

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

Shades of Ce Soir #86609B

Tints of Ce Soir #86609B

Color information

#86609B (or 0x86609B) is unknown color: approx Ce Soir. HEX triplet: 86, 60 and 9B. RGB value is (134,96,155). Sum of RGB (Red+Green+Blue) = 134+96+155=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #86609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86609B is #799F64. Grayscale: #717171. Windows color (decimal): -7970661 or 10182790. OLE color: 10182790.

HSL color Cylindrical-coordinate representation of color #86609B: hue angle of 278.64º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86609B is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13496155-
CMYK0.140.3800.39
HSL278.64º23.51%49.22%-
HSV(B)278.64º38.06%60.78%-
XYZ19.9315.833.01-
YUV114.09151.09142.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=34.81%
G=24.94%
B=40.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134961550.140.3800.39278.6423.5149.22
Hex86609BE260271171831
Octal20614023316460474273061
Binary100001101100000100110111110100110010011110001011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86609b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86609b; }

 p { color: rgb(134,96,155); }

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

<style>
 a { background-color: #86609b; }

 a { background-color: rgb(134,96,155); }

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

<style>
 span { border-color: #86609b; }

 span { border-color: rgb(134,96,155); }

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