#865DAC

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

Shades of Ce Soir #865DAC

Tints of Ce Soir #865DAC

Color information

#865DAC (or 0x865DAC) is unknown color: approx Ce Soir. HEX triplet: 86, 5D and AC. RGB value is (134,93,172). Sum of RGB (Red+Green+Blue) = 134+93+172=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #865DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DAC is #79A253. Grayscale: #717171. Windows color (decimal): -7971412 or 11296134. OLE color: 11296134.

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

Color convert

RGB13493172-
CMYK0.220.4600.33
HSL271.14º32.24%51.96%-
HSV(B)271.14º45.93%67.45%-
XYZ21.1915.8840.98-
YUV114.26160.58142.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=33.58%
G=23.31%
B=43.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134931720.220.4600.33271.1432.2451.96
Hex865DAC162E02110f2034
Octal20613525426560414174064
Binary10000110101110110101100101101011100100001100001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,172); }

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

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

 a { background-color: rgb(134,93,172); }

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

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

 span { border-color: rgb(134,93,172); }

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