#8F6FAB

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

Shades of Ce Soir #8F6FAB

Tints of Ce Soir #8F6FAB

Color information

#8F6FAB (or 0x8F6FAB) is unknown color: approx Ce Soir. HEX triplet: 8F, 6F and AB. RGB value is (143,111,171). Sum of RGB (Red+Green+Blue) = 143+111+171=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6FAB is #709054. Grayscale: #7F7F7F. Windows color (decimal): -7376981 or 11235215. OLE color: 11235215.

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

Color convert

RGB143111171-
CMYK0.160.3500.33
HSL272º26.32%55.29%-
HSV(B)272º35.09%67.06%-
XYZ24.3620.1541.13-
YUV127.41152.6139.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=33.65%
G=26.12%
B=40.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431111710.160.3500.3327226.3255.29
Hex8F6FAB10230211101a37
Octal21715725320430414203267
Binary1000111111011111010101110000100011010000110001000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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