#8A5C9F

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

Shades of Ce Soir #8A5C9F

Tints of Ce Soir #8A5C9F

Color information

#8A5C9F (or 0x8A5C9F) is unknown color: approx Ce Soir. HEX triplet: 8A, 5C and 9F. RGB value is (138,92,159). Sum of RGB (Red+Green+Blue) = 138+92+159=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A5C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5C9F is #75A360. Grayscale: #717171. Windows color (decimal): -7709537 or 10443914. OLE color: 10443914.

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

Color convert

RGB13892159-
CMYK0.130.4200.38
HSL281.19º26.69%49.22%-
HSV(B)281.19º42.14%62.35%-
XYZ20.5715.5634.72-
YUV113.39153.74145.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=35.48%
G=23.65%
B=40.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138921590.130.4200.38281.1926.6949.22
Hex8A5C9FD2A0261191b31
Octal21213423715520464313361
Binary100010101011100100111111101101010010011010001100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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