#8B6DAE

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

Shades of Ce Soir #8B6DAE

Tints of Ce Soir #8B6DAE

Color information

#8B6DAE (or 0x8B6DAE) is unknown color: approx Ce Soir. HEX triplet: 8B, 6D and AE. RGB value is (139,109,174). Sum of RGB (Red+Green+Blue) = 139+109+174=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B6DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6DAE is #749251. Grayscale: #7D7D7D. Windows color (decimal): -7639634 or 11431307. OLE color: 11431307.

HSL color Cylindrical-coordinate representation of color #8B6DAE: hue angle of 267.69º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B6DAE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139109174-
CMYK0.200.3700.32
HSL267.69º28.63%55.49%-
HSV(B)267.69º37.36%68.24%-
XYZ23.7619.4842.55-
YUV125.38155.44137.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=32.94%
G=25.83%
B=41.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391091740.200.3700.32267.6928.6355.49
Hex8B6DAE142502010c1d37
Octal21315525624450404143567
Binary1000101111011011010111010100100101010000010000110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,174); }

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

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

 a { background-color: rgb(139,109,174); }

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

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

 span { border-color: rgb(139,109,174); }

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