#86649D

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

Shades of Ce Soir #86649D

Tints of Ce Soir #86649D

Color information

#86649D (or 0x86649D) is unknown color: approx Ce Soir. HEX triplet: 86, 64 and 9D. RGB value is (134,100,157). Sum of RGB (Red+Green+Blue) = 134+100+157=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #86649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86649D is #799B62. Grayscale: #747474. Windows color (decimal): -7969635 or 10314886. OLE color: 10314886.

HSL color Cylindrical-coordinate representation of color #86649D: hue angle of 275.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86649D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134100157-
CMYK0.150.3600.38
HSL275.79º22.53%50.39%-
HSV(B)275.79º36.31%61.57%-
XYZ20.4716.6234.03-
YUV116.66150.76140.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=34.27%
G=25.58%
B=40.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341001570.150.3600.38275.7922.5350.39
Hex86649DF240261141732
Octal20614423517440464242762
Binary100001101100100100111011111100100010011010001010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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