#875DAC

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

Shades of Ce Soir #875DAC

Tints of Ce Soir #875DAC

Color information

#875DAC (or 0x875DAC) is unknown color: approx Ce Soir. HEX triplet: 87, 5D and AC. RGB value is (135,93,172). Sum of RGB (Red+Green+Blue) = 135+93+172=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #875DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DAC is #78A253. Grayscale: #727272. Windows color (decimal): -7905876 or 11296135. OLE color: 11296135.

HSL color Cylindrical-coordinate representation of color #875DAC: hue angle of 271.9º 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 #875DAC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13593172-
CMYK0.220.4600.33
HSL271.9º32.24%51.96%-
HSV(B)271.9º45.93%67.45%-
XYZ21.3515.9640.98-
YUV114.56160.41142.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.75%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 172 (67.58% from 255) = 43%
R=33.75%
G=23.25%
B=43%

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
Decimal135931720.220.4600.33271.932.2451.96
Hex875DAC162E0211102034
Octal20713525426560414204064
Binary10000111101110110101100101101011100100001100010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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