#8F6DA5

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

Shades of Ce Soir #8F6DA5

Tints of Ce Soir #8F6DA5

Color information

#8F6DA5 (or 0x8F6DA5) is unknown color: approx Ce Soir. HEX triplet: 8F, 6D and A5. RGB value is (143,109,165). Sum of RGB (Red+Green+Blue) = 143+109+165=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 165 - color contains mainly: blue. Hex color #8F6DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6DA5 is #70925A. Grayscale: #7D7D7D. Windows color (decimal): -7377499 or 10841487. OLE color: 10841487.

HSL color Cylindrical-coordinate representation of color #8F6DA5: hue angle of 276.43º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F6DA5 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB143109165-
CMYK0.130.3400.35
HSL276.43º23.73%53.73%-
HSV(B)276.43º33.94%64.71%-
XYZ23.5919.4938.12-
YUV125.55150.26140.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=34.29%
G=26.14%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431091650.130.3400.35276.4323.7353.73
Hex8F6DA5D220231141836
Octal21715524515420434243066
Binary100011111101101101001011101100010010001110001010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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