#8F6CAB

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

Shades of Ce Soir #8F6CAB

Tints of Ce Soir #8F6CAB

Color information

#8F6CAB (or 0x8F6CAB) is unknown color: approx Ce Soir. HEX triplet: 8F, 6C and AB. RGB value is (143,108,171). Sum of RGB (Red+Green+Blue) = 143+108+171=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F6CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6CAB is #709354. Grayscale: #7D7D7D. Windows color (decimal): -7377749 or 11234447. OLE color: 11234447.

HSL color Cylindrical-coordinate representation of color #8F6CAB: hue angle of 273.33º degrees, saturation: 0.27, 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 #8F6CAB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143108171-
CMYK0.160.3700.33
HSL273.33º27.27%54.71%-
HSV(B)273.33º36.84%67.06%-
XYZ24.0419.5141.03-
YUV125.65153.6140.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=33.89%
G=25.59%
B=40.52%

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
Decimal1431081710.160.3700.33273.3327.2754.71
Hex8F6CAB10250211111b37
Octal21715425320450414213367
Binary1000111111011001010101110000100101010000110001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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