#8A6899

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

Shades of Ce Soir #8A6899

Tints of Ce Soir #8A6899

Color information

#8A6899 (or 0x8A6899) is unknown color: approx Ce Soir. HEX triplet: 8A, 68 and 99. RGB value is (138,104,153). Sum of RGB (Red+Green+Blue) = 138+104+153=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A6899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6899 is #759766. Grayscale: #777777. Windows color (decimal): -7706471 or 10053770. OLE color: 10053770.

HSL color Cylindrical-coordinate representation of color #8A6899: hue angle of 281.63º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A6899 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB138104153-
CMYK0.100.3200.4
HSL281.63º19.37%50.39%-
HSV(B)281.63º32.03%60%-
XYZ21.1817.632.42-
YUV119.75146.76141.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=34.94%
G=26.33%
B=38.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381041530.100.3200.4281.6319.3750.39
Hex8A6899A2002811a1332
Octal21215023112400504322362
Binary100010101101000100110011010100000010100010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,104,153); }

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

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

 a { background-color: rgb(138,104,153); }

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

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

 span { border-color: rgb(138,104,153); }

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