#86649C

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

Shades of Ce Soir #86649C

Tints of Ce Soir #86649C

Color information

#86649C (or 0x86649C) is unknown color: approx Ce Soir. HEX triplet: 86, 64 and 9C. RGB value is (134,100,156). Sum of RGB (Red+Green+Blue) = 134+100+156=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #86649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86649C is #799B63. Grayscale: #747474. Windows color (decimal): -7969636 or 10249350. OLE color: 10249350.

HSL color Cylindrical-coordinate representation of color #86649C: hue angle of 276.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86649C is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134100156-
CMYK0.140.3600.39
HSL276.43º22.05%50.2%-
HSV(B)276.43º35.9%61.18%-
XYZ20.3916.5833.58-
YUV116.55150.26140.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 156 (61.33% from 255) = 40%
R=34.36%
G=25.64%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341001560.140.3600.39276.4322.0550.2
Hex86649CE240271141632
Octal20614423416440474242662
Binary100001101100100100111001110100100010011110001010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86649C; }

 p { color: rgb(134,100,156); }

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

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

 a { background-color: rgb(134,100,156); }

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

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

 span { border-color: rgb(134,100,156); }

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