#8F6BAB

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

Shades of Ce Soir #8F6BAB

Tints of Ce Soir #8F6BAB

Color information

#8F6BAB (or 0x8F6BAB) is unknown color: approx Ce Soir. HEX triplet: 8F, 6B and AB. RGB value is (143,107,171). Sum of RGB (Red+Green+Blue) = 143+107+171=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6BAB is #709454. Grayscale: #7C7C7C. Windows color (decimal): -7378005 or 11234191. OLE color: 11234191.

HSL color Cylindrical-coordinate representation of color #8F6BAB: hue angle of 273.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F6BAB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143107171-
CMYK0.160.3700.33
HSL273.75º27.59%54.51%-
HSV(B)273.75º37.43%67.06%-
XYZ23.9419.340.99-
YUV125.06153.93140.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=33.97%
G=25.42%
B=40.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431071710.160.3700.33273.7527.5954.51
Hex8F6BAB10250211121c37
Octal21715325320450414223467
Binary1000111111010111010101110000100101010000110001001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,171); }

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

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

 a { background-color: rgb(143,107,171); }

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

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

 span { border-color: rgb(143,107,171); }

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