#8A6996

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

Shades of Ce Soir #8A6996

Tints of Ce Soir #8A6996

Color information

#8A6996 (or 0x8A6996) is unknown color: approx Ce Soir. HEX triplet: 8A, 69 and 96. RGB value is (138,105,150). Sum of RGB (Red+Green+Blue) = 138+105+150=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6996 is #759669. Grayscale: #777777. Windows color (decimal): -7706218 or 9857418. OLE color: 9857418.

HSL color Cylindrical-coordinate representation of color #8A6996: hue angle of 284º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6996 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB138105150-
CMYK0.080.3000.41
HSL284º17.65%50%-
HSV(B)284º30%58.82%-
XYZ21.0417.7131.16-
YUV120144.93140.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=35.11%
G=26.72%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381051500.080.3000.4128417.6550
Hex8A699681E02911c1232
Octal21215122610360514342262
Binary10001010110100110010110100011110010100110001110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,105,150); }

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

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

 a { background-color: rgb(138,105,150); }

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

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

 span { border-color: rgb(138,105,150); }

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