#8A599F

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

Shades of Ce Soir #8A599F

Tints of Ce Soir #8A599F

Color information

#8A599F (or 0x8A599F) is unknown color: approx Ce Soir. HEX triplet: 8A, 59 and 9F. RGB value is (138,89,159). Sum of RGB (Red+Green+Blue) = 138+89+159=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A599F is #75A660. Grayscale: #6F6F6F. Windows color (decimal): -7710305 or 10443146. OLE color: 10443146.

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

Color convert

RGB13889159-
CMYK0.130.4400.38
HSL282º28.23%48.63%-
HSV(B)282º44.03%62.35%-
XYZ20.3115.0534.64-
YUV111.63154.73146.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=35.75%
G=23.06%
B=41.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138891590.130.4400.3828228.2348.63
Hex8A599FD2C02611a1c31
Octal21213123715540464323461
Binary100010101011001100111111101101100010011010001101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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