#875FAA

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

Shades of Ce Soir #875FAA

Tints of Ce Soir #875FAA

Color information

#875FAA (or 0x875FAA) is unknown color: approx Ce Soir. HEX triplet: 87, 5F and AA. RGB value is (135,95,170). Sum of RGB (Red+Green+Blue) = 135+95+170=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #875FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875FAA is #78A055. Grayscale: #737373. Windows color (decimal): -7905366 or 11165575. OLE color: 11165575.

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

Color convert

RGB13595170-
CMYK0.210.4400.33
HSL272º30.61%51.96%-
HSV(B)272º44.12%66.67%-
XYZ21.3416.2440.04-
YUV115.51158.75141.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.75%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=33.75%
G=23.75%
B=42.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135951700.210.4400.3327230.6151.96
Hex875FAA152C0211101f34
Octal20713725225540414203764
Binary1000011110111111010101010101101100010000110001000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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