#8760B1

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

Shades of Ce Soir #8760B1

Tints of Ce Soir #8760B1

Color information

#8760B1 (or 0x8760B1) is unknown color: approx Ce Soir. HEX triplet: 87, 60 and B1. RGB value is (135,96,177). Sum of RGB (Red+Green+Blue) = 135+96+177=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #8760B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8760B1 is #789F4E. Grayscale: #747474. Windows color (decimal): -7905103 or 11624583. OLE color: 11624583.

HSL color Cylindrical-coordinate representation of color #8760B1: hue angle of 268.89º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8760B1 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13596177-
CMYK0.240.4600.31
HSL268.89º34.18%53.53%-
HSV(B)268.89º45.76%69.41%-
XYZ22.1116.6943.65-
YUV116.89161.92140.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=33.09%
G=23.53%
B=43.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135961770.240.4600.31268.8934.1853.53
Hex8760B1182E01F10d2236
Octal20714026130560374154266
Binary1000011111000001011000111000101110011111100001101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8760B1; }

 p { color: rgb(135,96,177); }

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

<style>
 a { background-color: #8760B1; }

 a { background-color: rgb(135,96,177); }

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

<style>
 span { border-color: #8760B1; }

 span { border-color: rgb(135,96,177); }

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