#8B569E

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

Shades of Ce Soir #8B569E

Tints of Ce Soir #8B569E

Color information

#8B569E (or 0x8B569E) is unknown color: approx Ce Soir. HEX triplet: 8B, 56 and 9E. RGB value is (139,86,158). Sum of RGB (Red+Green+Blue) = 139+86+158=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B569E is #74A961. Grayscale: #6D6D6D. Windows color (decimal): -7645538 or 10376843. OLE color: 10376843.

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

Color convert

RGB13986158-
CMYK0.120.4600.38
HSL284.17º29.51%47.84%-
HSV(B)284.17º45.57%61.96%-
XYZ20.1514.6134.11-
YUV110.06155.06148.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=36.29%
G=22.45%
B=41.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139861580.120.4600.38284.1729.5147.84
Hex8B569EC2E02611c1e30
Octal21312623614560464343660
Binary100010111010110100111101100101110010011010001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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