#8D6FAB

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

Shades of Ce Soir #8D6FAB

Tints of Ce Soir #8D6FAB

Color information

#8D6FAB (or 0x8D6FAB) is unknown color: approx Ce Soir. HEX triplet: 8D, 6F and AB. RGB value is (141,111,171). Sum of RGB (Red+Green+Blue) = 141+111+171=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6FAB is #729054. Grayscale: #7E7E7E. Windows color (decimal): -7508053 or 11235213. OLE color: 11235213.

HSL color Cylindrical-coordinate representation of color #8D6FAB: hue angle of 270º degrees, saturation: 0.26, 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 #8D6FAB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141111171-
CMYK0.180.3500.33
HSL270º26.32%55.29%-
HSV(B)270º35.09%67.06%-
XYZ24.0219.9741.12-
YUV126.81152.94138.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=33.33%
G=26.24%
B=40.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411111710.180.3500.3327026.3255.29
Hex8D6FAB122302110e1a37
Octal21515725322430414163267
Binary1000110111011111010101110010100011010000110000111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,171); }

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

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

 a { background-color: rgb(141,111,171); }

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

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

 span { border-color: rgb(141,111,171); }

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