#8B6BAE

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

Shades of Ce Soir #8B6BAE

Tints of Ce Soir #8B6BAE

Color information

#8B6BAE (or 0x8B6BAE) is unknown color: approx Ce Soir. HEX triplet: 8B, 6B and AE. RGB value is (139,107,174). Sum of RGB (Red+Green+Blue) = 139+107+174=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6BAE is #749451. Grayscale: #7B7B7B. Windows color (decimal): -7640146 or 11430795. OLE color: 11430795.

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

Color convert

RGB139107174-
CMYK0.200.3900.32
HSL268.66º29.26%55.1%-
HSV(B)268.66º38.51%68.24%-
XYZ23.5519.0642.48-
YUV124.21156.1138.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=33.10%
G=25.48%
B=41.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391071740.200.3900.32268.6629.2655.1
Hex8B6BAE142702010d1d37
Octal21315325624470404153567
Binary1000101111010111010111010100100111010000010000110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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