#8D68AB

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

Shades of Ce Soir #8D68AB

Tints of Ce Soir #8D68AB

Color information

#8D68AB (or 0x8D68AB) is unknown color: approx Ce Soir. HEX triplet: 8D, 68 and AB. RGB value is (141,104,171). Sum of RGB (Red+Green+Blue) = 141+104+171=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D68AB is #729754. Grayscale: #7A7A7A. Windows color (decimal): -7509845 or 11233421. OLE color: 11233421.

HSL color Cylindrical-coordinate representation of color #8D68AB: hue angle of 273.13º degrees, saturation: 0.29, 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 #8D68AB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141104171-
CMYK0.180.3900.33
HSL273.13º28.51%53.92%-
HSV(B)273.13º39.18%67.06%-
XYZ23.2918.540.87-
YUV122.7155.26141.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.89%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=33.89%
G=25%
B=41.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411041710.180.3900.33273.1328.5153.92
Hex8D68AB12270211111d36
Octal21515025322470414213566
Binary1000110111010001010101110010100111010000110001000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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