#8B6FA5

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

Shades of Ce Soir #8B6FA5

Tints of Ce Soir #8B6FA5

Color information

#8B6FA5 (or 0x8B6FA5) is unknown color: approx Ce Soir. HEX triplet: 8B, 6F and A5. RGB value is (139,111,165). Sum of RGB (Red+Green+Blue) = 139+111+165=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 165 - color contains mainly: blue. Hex color #8B6FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6FA5 is #74905A. Grayscale: #7D7D7D. Windows color (decimal): -7639131 or 10841995. OLE color: 10841995.

HSL color Cylindrical-coordinate representation of color #8B6FA5: hue angle of 271.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B6FA5 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB139111165-
CMYK0.160.3300.35
HSL271.11º23.08%54.12%-
HSV(B)271.11º32.73%64.71%-
XYZ23.1219.5738.16-
YUV125.53150.28137.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=33.49%
G=26.75%
B=39.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391111650.160.3300.35271.1123.0854.12
Hex8B6FA5102102310f1736
Octal21315724520410434172766
Binary1000101111011111010010110000100001010001110000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,165); }

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

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

 a { background-color: rgb(139,111,165); }

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

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

 span { border-color: rgb(139,111,165); }

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