#8F6DAD

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

Shades of Ce Soir #8F6DAD

Tints of Ce Soir #8F6DAD

Color information

#8F6DAD (or 0x8F6DAD) is unknown color: approx Ce Soir. HEX triplet: 8F, 6D and AD. RGB value is (143,109,173). Sum of RGB (Red+Green+Blue) = 143+109+173=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F6DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6DAD is #709252. Grayscale: #7E7E7E. Windows color (decimal): -7377491 or 11365775. OLE color: 11365775.

HSL color Cylindrical-coordinate representation of color #8F6DAD: hue angle of 271.88º degrees, saturation: 0.28, 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 #8F6DAD is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143109173-
CMYK0.170.3700.32
HSL271.88º28.07%55.29%-
HSV(B)271.88º36.99%67.84%-
XYZ24.3419.7942.07-
YUV126.46154.26139.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=33.65%
G=25.65%
B=40.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431091730.170.3700.32271.8828.0755.29
Hex8F6DAD11250201101c37
Octal21715525521450404203467
Binary1000111111011011010110110001100101010000010001000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,109,173); }

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

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

 a { background-color: rgb(143,109,173); }

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

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

 span { border-color: rgb(143,109,173); }

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