#8860AD

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

Shades of Ce Soir #8860AD

Tints of Ce Soir #8860AD

Color information

#8860AD (or 0x8860AD) is unknown color: approx Ce Soir. HEX triplet: 88, 60 and AD. RGB value is (136,96,173). Sum of RGB (Red+Green+Blue) = 136+96+173=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #8860AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8860AD is #779F52. Grayscale: #747474. Windows color (decimal): -7839571 or 11362440. OLE color: 11362440.

HSL color Cylindrical-coordinate representation of color #8860AD: hue angle of 271.17º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8860AD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13696173-
CMYK0.210.4500.32
HSL271.17º31.95%52.75%-
HSV(B)271.17º44.51%67.84%-
XYZ21.8816.6241.59-
YUV116.74159.75141.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=33.58%
G=23.70%
B=42.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136961730.210.4500.32271.1731.9552.75
Hex8860AD152D02010f2035
Octal21014025525550404174065
Binary10001000110000010101101101011011010100000100001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8860AD; }

 p { color: rgb(136,96,173); }

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

<style>
 a { background-color: #8860AD; }

 a { background-color: rgb(136,96,173); }

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

<style>
 span { border-color: #8860AD; }

 span { border-color: rgb(136,96,173); }

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