#8D68AA

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

Shades of Ce Soir #8D68AA

Tints of Ce Soir #8D68AA

Color information

#8D68AA (or 0x8D68AA) is unknown color: approx Ce Soir. HEX triplet: 8D, 68 and AA. RGB value is (141,104,170). Sum of RGB (Red+Green+Blue) = 141+104+170=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D68AA is #729755. Grayscale: #7A7A7A. Windows color (decimal): -7509846 or 11167885. OLE color: 11167885.

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

Color convert

RGB141104170-
CMYK0.170.3900.33
HSL273.64º27.97%53.73%-
HSV(B)273.64º38.82%66.67%-
XYZ23.1918.4740.37-
YUV122.59154.76141.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=33.98%
G=25.06%
B=40.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411041700.170.3900.33273.6427.9753.73
Hex8D68AA11270211121c36
Octal21515025221470414223466
Binary1000110111010001010101010001100111010000110001001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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