#8A6B9F

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

Shades of Ce Soir #8A6B9F

Tints of Ce Soir #8A6B9F

Color information

#8A6B9F (or 0x8A6B9F) is unknown color: approx Ce Soir. HEX triplet: 8A, 6B and 9F. RGB value is (138,107,159). Sum of RGB (Red+Green+Blue) = 138+107+159=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6B9F is #759460. Grayscale: #7A7A7A. Windows color (decimal): -7705697 or 10447754. OLE color: 10447754.

HSL color Cylindrical-coordinate representation of color #8A6B9F: hue angle of 275.77º degrees, saturation: 0.21, 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 #8A6B9F is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB138107159-
CMYK0.130.3300.38
HSL275.77º21.31%52.16%-
HSV(B)275.77º32.7%62.35%-
XYZ2218.4235.2-
YUV122.2148.77139.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=34.16%
G=26.49%
B=39.36%

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
Decimal1381071590.130.3300.38275.7721.3152.16
Hex8A6B9FD210261141534
Octal21215323715410464242564
Binary100010101101011100111111101100001010011010001010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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