#866195

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

Shades of Ce Soir #866195

Tints of Ce Soir #866195

Color information

#866195 (or 0x866195) is unknown color: approx Ce Soir. HEX triplet: 86, 61 and 95. RGB value is (134,97,149). Sum of RGB (Red+Green+Blue) = 134+97+149=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #866195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866195 is #799E6A. Grayscale: #717171. Windows color (decimal): -7970411 or 9789830. OLE color: 9789830.

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

Color convert

RGB13497149-
CMYK0.100.3500.42
HSL282.69º21.14%48.24%-
HSV(B)282.69º34.9%58.43%-
XYZ19.5315.7930.45-
YUV113.99147.76142.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=35.26%
G=25.53%
B=39.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134971490.100.3500.42282.6921.1448.24
Hex866195A2302A11b1530
Octal20614122512430524332560
Binary100001101100001100101011010100011010101010001101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866195; }

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

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

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

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

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

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

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

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