#8B6AAF

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

Shades of Ce Soir #8B6AAF

Tints of Ce Soir #8B6AAF

Color information

#8B6AAF (or 0x8B6AAF) is unknown color: approx Ce Soir. HEX triplet: 8B, 6A and AF. RGB value is (139,106,175). Sum of RGB (Red+Green+Blue) = 139+106+175=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6AAF is #749550. Grayscale: #7B7B7B. Windows color (decimal): -7640401 or 11496075. OLE color: 11496075.

HSL color Cylindrical-coordinate representation of color #8B6AAF: hue angle of 268.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B6AAF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139106175-
CMYK0.210.3900.31
HSL268.7º30.13%55.1%-
HSV(B)268.7º39.43%68.63%-
XYZ23.5418.8942.96-
YUV123.73156.93138.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=33.10%
G=25.24%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391061750.210.3900.31268.730.1355.1
Hex8B6AAF152701F10d1e37
Octal21315225725470374153667
Binary100010111101010101011111010110011101111110000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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