#875DAA

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

Shades of Ce Soir #875DAA

Tints of Ce Soir #875DAA

Color information

#875DAA (or 0x875DAA) is unknown color: approx Ce Soir. HEX triplet: 87, 5D and AA. RGB value is (135,93,170). Sum of RGB (Red+Green+Blue) = 135+93+170=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #875DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DAA is #78A255. Grayscale: #727272. Windows color (decimal): -7905878 or 11165063. OLE color: 11165063.

HSL color Cylindrical-coordinate representation of color #875DAA: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #875DAA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13593170-
CMYK0.210.4500.33
HSL272.73º31.17%51.57%-
HSV(B)272.73º45.29%66.67%-
XYZ21.1615.8839.98-
YUV114.34159.41142.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=33.92%
G=23.37%
B=42.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135931700.210.4500.33272.7331.1751.57
Hex875DAA152D0211111f34
Octal20713525225550414213764
Binary1000011110111011010101010101101101010000110001000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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