#8F5FAC

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

Shades of Ce Soir #8F5FAC

Tints of Ce Soir #8F5FAC

Color information

#8F5FAC (or 0x8F5FAC) is unknown color: approx Ce Soir. HEX triplet: 8F, 5F and AC. RGB value is (143,95,172). Sum of RGB (Red+Green+Blue) = 143+95+172=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5FAC is #70A053. Grayscale: #757575. Windows color (decimal): -7381076 or 11296655. OLE color: 11296655.

HSL color Cylindrical-coordinate representation of color #8F5FAC: hue angle of 277.4º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F5FAC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14395172-
CMYK0.170.4500.33
HSL277.4º31.69%52.35%-
HSV(B)277.4º44.77%67.45%-
XYZ22.871741.11-
YUV118.13158.4145.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=34.88%
G=23.17%
B=41.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143951720.170.4500.33277.431.6952.35
Hex8F5FAC112D0211152034
Octal21713725421550414254064
Binary10001111101111110101100100011011010100001100010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,172); }

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

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

 a { background-color: rgb(143,95,172); }

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

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

 span { border-color: rgb(143,95,172); }

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