#8B6FA6

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

Shades of Ce Soir #8B6FA6

Tints of Ce Soir #8B6FA6

Color information

#8B6FA6 (or 0x8B6FA6) is unknown color: approx Ce Soir. HEX triplet: 8B, 6F and A6. RGB value is (139,111,166). Sum of RGB (Red+Green+Blue) = 139+111+166=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 166 - color contains mainly: blue. Hex color #8B6FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6FA6 is #749059. Grayscale: #7D7D7D. Windows color (decimal): -7639130 or 10907531. OLE color: 10907531.

HSL color Cylindrical-coordinate representation of color #8B6FA6: hue angle of 270.55º degrees, saturation: 0.24, 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 #8B6FA6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB139111166-
CMYK0.160.3300.35
HSL270.55º23.61%54.31%-
HSV(B)270.55º33.13%65.1%-
XYZ23.2119.6138.64-
YUV125.64150.78137.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 166 (65.23% from 255) = 39.90%
R=33.41%
G=26.68%
B=39.90%

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
Decimal1391111660.160.3300.35270.5523.6154.31
Hex8B6FA6102102310f1836
Octal21315724620410434173066
Binary1000101111011111010011010000100001010001110000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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