#8B6FAC

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

Shades of Ce Soir #8B6FAC

Tints of Ce Soir #8B6FAC

Color information

#8B6FAC (or 0x8B6FAC) is unknown color: approx Ce Soir. HEX triplet: 8B, 6F and AC. RGB value is (139,111,172). Sum of RGB (Red+Green+Blue) = 139+111+172=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6FAC is #749053. Grayscale: #7E7E7E. Windows color (decimal): -7639124 or 11300747. OLE color: 11300747.

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

Color convert

RGB139111172-
CMYK0.190.3500.33
HSL267.54º26.87%55.49%-
HSV(B)267.54º35.47%67.45%-
XYZ23.7819.8441.61-
YUV126.33153.78137.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=32.94%
G=26.30%
B=40.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391111720.190.3500.33267.5426.8755.49
Hex8B6FAC132302110c1b37
Octal21315725423430414143367
Binary1000101111011111010110010011100011010000110000110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,172); }

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

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

 a { background-color: rgb(139,111,172); }

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

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

 span { border-color: rgb(139,111,172); }

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