#8F6FAD

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

Shades of Ce Soir #8F6FAD

Tints of Ce Soir #8F6FAD

Color information

#8F6FAD (or 0x8F6FAD) is unknown color: approx Ce Soir. HEX triplet: 8F, 6F and AD. RGB value is (143,111,173). Sum of RGB (Red+Green+Blue) = 143+111+173=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6FAD is #709052. Grayscale: #7F7F7F. Windows color (decimal): -7376979 or 11366287. OLE color: 11366287.

HSL color Cylindrical-coordinate representation of color #8F6FAD: hue angle of 270.97º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F6FAD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143111173-
CMYK0.170.3600.32
HSL270.97º27.43%55.69%-
HSV(B)270.97º35.84%67.84%-
XYZ24.5520.2342.14-
YUV127.64153.6138.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=33.49%
G=26.00%
B=40.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431111730.170.3600.32270.9727.4355.69
Hex8F6FAD112402010f1b38
Octal21715725521440404173370
Binary1000111111011111010110110001100100010000010000111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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