#866095

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

Shades of Ce Soir #866095

Tints of Ce Soir #866095

Color information

#866095 (or 0x866095) is unknown color: approx Ce Soir. HEX triplet: 86, 60 and 95. RGB value is (134,96,149). Sum of RGB (Red+Green+Blue) = 134+96+149=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #866095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866095 is #799F6A. Grayscale: #717171. Windows color (decimal): -7970667 or 9789574. OLE color: 9789574.

HSL color Cylindrical-coordinate representation of color #866095: hue angle of 283.02º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866095 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13496149-
CMYK0.100.3600.42
HSL283.02º21.63%48.04%-
HSV(B)283.02º35.57%58.43%-
XYZ19.4415.630.42-
YUV113.4148.09142.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=35.36%
G=25.33%
B=39.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134961490.100.3600.42283.0221.6348.04
Hex866095A2402A11b1630
Octal20614022512440524332660
Binary100001101100000100101011010100100010101010001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866095; }

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

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

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

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

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

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

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

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