#8B6BAA

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

Shades of Ce Soir #8B6BAA

Tints of Ce Soir #8B6BAA

Color information

#8B6BAA (or 0x8B6BAA) is unknown color: approx Ce Soir. HEX triplet: 8B, 6B and AA. RGB value is (139,107,170). Sum of RGB (Red+Green+Blue) = 139+107+170=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6BAA is #749455. Grayscale: #7B7B7B. Windows color (decimal): -7640150 or 11168651. OLE color: 11168651.

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

Color convert

RGB139107170-
CMYK0.180.3700.33
HSL270.48º27.04%54.31%-
HSV(B)270.48º37.06%66.67%-
XYZ23.1618.9140.46-
YUV123.75154.1138.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=33.41%
G=25.72%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391071700.180.3700.33270.4827.0454.31
Hex8B6BAA122502110e1b36
Octal21315325222450414163366
Binary1000101111010111010101010010100101010000110000111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,170); }

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

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

 a { background-color: rgb(139,107,170); }

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

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

 span { border-color: rgb(139,107,170); }

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