#8A569F

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

Shades of Ce Soir #8A569F

Tints of Ce Soir #8A569F

Color information

#8A569F (or 0x8A569F) is unknown color: approx Ce Soir. HEX triplet: 8A, 56 and 9F. RGB value is (138,86,159). Sum of RGB (Red+Green+Blue) = 138+86+159=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A569F is #75A960. Grayscale: #6D6D6D. Windows color (decimal): -7711073 or 10442378. OLE color: 10442378.

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

Color convert

RGB13886159-
CMYK0.130.4600.38
HSL282.74º29.8%48.04%-
HSV(B)282.74º45.91%62.35%-
XYZ20.0714.5634.55-
YUV109.87155.73148.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=36.03%
G=22.45%
B=41.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138861590.130.4600.38282.7429.848.04
Hex8A569FD2E02611b1e30
Octal21212623715560464333660
Binary100010101010110100111111101101110010011010001101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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