#8F7194

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

Shades of Ce Soir #8F7194

Tints of Ce Soir #8F7194

Color information

#8F7194 (or 0x8F7194) is unknown color: approx Ce Soir. HEX triplet: 8F, 71 and 94. RGB value is (143,113,148). Sum of RGB (Red+Green+Blue) = 143+113+148=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F7194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7194 is #708E6B. Grayscale: #7D7D7D. Windows color (decimal): -7376492 or 9728399. OLE color: 9728399.

HSL color Cylindrical-coordinate representation of color #8F7194: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F7194 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143113148-
CMYK0.030.2400.42
HSL291.43º14.06%51.18%-
HSV(B)291.43º23.65%58.04%-
XYZ22.5819.7930.65-
YUV125.96140.44140.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=35.40%
G=27.97%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431131480.030.2400.42291.4314.0651.18
Hex8F719431802A123e33
Octal2171612243300524431663
Binary10001111111000110010100111100001010101001000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,148); }

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

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

 a { background-color: rgb(143,113,148); }

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

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

 span { border-color: rgb(143,113,148); }

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