#8B569F

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

Shades of Ce Soir #8B569F

Tints of Ce Soir #8B569F

Color information

#8B569F (or 0x8B569F) is unknown color: approx Ce Soir. HEX triplet: 8B, 56 and 9F. RGB value is (139,86,159). Sum of RGB (Red+Green+Blue) = 139+86+159=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B569F is #74A960. Grayscale: #6D6D6D. Windows color (decimal): -7645537 or 10442379. OLE color: 10442379.

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

Color convert

RGB13986159-
CMYK0.130.4600.38
HSL283.56º29.8%48.04%-
HSV(B)283.56º45.91%62.35%-
XYZ20.2314.6534.56-
YUV110.17155.56148.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=36.20%
G=22.40%
B=41.41%

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
Decimal139861590.130.4600.38283.5629.848.04
Hex8B569FD2E02611c1e30
Octal21312623715560464343660
Binary100010111010110100111111101101110010011010001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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