#8D73AA

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

Shades of Ce Soir #8D73AA

Tints of Ce Soir #8D73AA

Color information

#8D73AA (or 0x8D73AA) is unknown color: approx Ce Soir. HEX triplet: 8D, 73 and AA. RGB value is (141,115,170). Sum of RGB (Red+Green+Blue) = 141+115+170=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D73AA is #728C55. Grayscale: #808080. Windows color (decimal): -7507030 or 11170701. OLE color: 11170701.

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

Color convert

RGB141115170-
CMYK0.170.3200.33
HSL268.36º24.44%55.88%-
HSV(B)268.36º32.35%66.67%-
XYZ24.3720.8340.77-
YUV129.04151.11136.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=33.10%
G=27.00%
B=39.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411151700.170.3200.33268.3624.4455.88
Hex8D73AA112002110c1838
Octal21516325221400414143070
Binary1000110111100111010101010001100000010000110000110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,170); }

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

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

 a { background-color: rgb(141,115,170); }

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

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

 span { border-color: rgb(141,115,170); }

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