#8a6a9f

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

Shades of Ce Soir #8A6A9F

Tints of Ce Soir #8A6A9F

Color information

#8A6A9F (or 0x8A6A9F) is unknown color: approx Ce Soir. HEX triplet: 8A, 6A and 9F. RGB value is (138,106,159). Sum of RGB (Red+Green+Blue) = 138+106+159=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A6A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6A9F is #759560. Grayscale: #797979. Windows color (decimal): -7705953 or 10447498. OLE color: 10447498.

HSL color Cylindrical-coordinate representation of color #8A6A9F: hue angle of 276.23º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A6A9F is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB138106159-
CMYK0.130.3300.38
HSL276.23º21.63%51.96%-
HSV(B)276.23º33.33%62.35%-
XYZ21.8918.2135.16-
YUV121.61149.1139.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=34.24%
G=26.30%
B=39.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381061590.130.3300.38276.2321.6351.96
Hex8A6A9FD210261141634
Octal21215223715410464242664
Binary100010101101010100111111101100001010011010001010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a6a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,106,159); }

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

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

 a { background-color: rgb(138,106,159); }

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

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

 span { border-color: rgb(138,106,159); }

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