#8F6DAF

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

Shades of Ce Soir #8F6DAF

Tints of Ce Soir #8F6DAF

Color information

#8F6DAF (or 0x8F6DAF) is unknown color: approx Ce Soir. HEX triplet: 8F, 6D and AF. RGB value is (143,109,175). Sum of RGB (Red+Green+Blue) = 143+109+175=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6DAF is #709250. Grayscale: #7E7E7E. Windows color (decimal): -7377489 or 11496847. OLE color: 11496847.

HSL color Cylindrical-coordinate representation of color #8F6DAF: hue angle of 270.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F6DAF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143109175-
CMYK0.180.3800.31
HSL270.91º29.2%55.69%-
HSV(B)270.91º37.71%68.63%-
XYZ24.5319.8743.1-
YUV126.69155.26139.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=33.49%
G=25.53%
B=40.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431091750.180.3800.31270.9129.255.69
Hex8F6DAF122601F10f1d38
Octal21715525722460374173570
Binary100011111101101101011111001010011001111110000111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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