#8D72AB

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

Shades of Ce Soir #8D72AB

Tints of Ce Soir #8D72AB

Color information

#8D72AB (or 0x8D72AB) is unknown color: approx Ce Soir. HEX triplet: 8D, 72 and AB. RGB value is (141,114,171). Sum of RGB (Red+Green+Blue) = 141+114+171=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D72AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D72AB is #728D54. Grayscale: #808080. Windows color (decimal): -7507285 or 11235981. OLE color: 11235981.

HSL color Cylindrical-coordinate representation of color #8D72AB: hue angle of 268.42º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D72AB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141114171-
CMYK0.180.3300.33
HSL268.42º25.33%55.88%-
HSV(B)268.42º33.33%67.06%-
XYZ24.3520.6441.23-
YUV128.57151.95136.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=33.10%
G=26.76%
B=40.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411141710.180.3300.33268.4225.3355.88
Hex8D72AB122102110c1938
Octal21516225322410414143170
Binary1000110111100101010101110010100001010000110000110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D72AB; }

 p { color: rgb(141,114,171); }

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

<style>
 a { background-color: #8D72AB; }

 a { background-color: rgb(141,114,171); }

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

<style>
 span { border-color: #8D72AB; }

 span { border-color: rgb(141,114,171); }

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