#8A599B

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

Shades of Ce Soir #8A599B

Tints of Ce Soir #8A599B

Color information

#8A599B (or 0x8A599B) is unknown color: approx Ce Soir. HEX triplet: 8A, 59 and 9B. RGB value is (138,89,155). Sum of RGB (Red+Green+Blue) = 138+89+155=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A599B is #75A664. Grayscale: #6E6E6E. Windows color (decimal): -7710309 or 10181002. OLE color: 10181002.

HSL color Cylindrical-coordinate representation of color #8A599B: hue angle of 284.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A599B is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13889155-
CMYK0.110.4300.39
HSL284.55º27.05%47.84%-
HSV(B)284.55º42.58%60.78%-
XYZ19.9714.9132.84-
YUV111.18152.73147.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=36.13%
G=23.30%
B=40.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138891550.110.4300.39284.5527.0547.84
Hex8A599BB2B02711d1b30
Octal21213123313530474353360
Binary100010101011001100110111011101011010011110001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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