#8B6AAB

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

Shades of Ce Soir #8B6AAB

Tints of Ce Soir #8B6AAB

Color information

#8B6AAB (or 0x8B6AAB) is unknown color: approx Ce Soir. HEX triplet: 8B, 6A and AB. RGB value is (139,106,171). Sum of RGB (Red+Green+Blue) = 139+106+171=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6AAB is #749554. Grayscale: #7B7B7B. Windows color (decimal): -7640405 or 11233931. OLE color: 11233931.

HSL color Cylindrical-coordinate representation of color #8B6AAB: hue angle of 270.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B6AAB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139106171-
CMYK0.190.3800.33
HSL270.46º27.9%54.31%-
HSV(B)270.46º38.01%67.06%-
XYZ23.1518.7440.92-
YUV123.28154.93139.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=33.41%
G=25.48%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391061710.190.3800.33270.4627.954.31
Hex8B6AAB132602110e1c36
Octal21315225323460414163466
Binary1000101111010101010101110011100110010000110000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,171); }

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

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

 a { background-color: rgb(139,106,171); }

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

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

 span { border-color: rgb(139,106,171); }

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