#865EAD

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

Shades of Ce Soir #865EAD

Tints of Ce Soir #865EAD

Color information

#865EAD (or 0x865EAD) is unknown color: approx Ce Soir. HEX triplet: 86, 5E and AD. RGB value is (134,94,173). Sum of RGB (Red+Green+Blue) = 134+94+173=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #865EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865EAD is #79A152. Grayscale: #727272. Windows color (decimal): -7971155 or 11361926. OLE color: 11361926.

HSL color Cylindrical-coordinate representation of color #865EAD: hue angle of 270.38º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865EAD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13494173-
CMYK0.230.4600.32
HSL270.38º32.51%52.35%-
HSV(B)270.38º45.66%67.84%-
XYZ21.3816.0941.51-
YUV114.97160.75141.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=33.42%
G=23.44%
B=43.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134941730.230.4600.32270.3832.5152.35
Hex865EAD172E02010e2134
Octal20613625527560404164164
Binary10000110101111010101101101111011100100000100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865EAD; }

 p { color: rgb(134,94,173); }

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

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

 a { background-color: rgb(134,94,173); }

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

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

 span { border-color: rgb(134,94,173); }

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