#9871AB

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

Shades of Ce Soir #9871AB

Tints of Ce Soir #9871AB

Color information

#9871AB (or 0x9871AB) is unknown color: approx Ce Soir. HEX triplet: 98, 71 and AB. RGB value is (152,113,171). Sum of RGB (Red+Green+Blue) = 152+113+171=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #9871AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9871AB is #678E54. Grayscale: #838383. Windows color (decimal): -6786645 or 11235736. OLE color: 11235736.

HSL color Cylindrical-coordinate representation of color #9871AB: hue angle of 280.34º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9871AB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152113171-
CMYK0.110.3400.33
HSL280.34º25.66%55.69%-
HSV(B)280.34º33.92%67.06%-
XYZ26.221.4341.28-
YUV131.27150.42142.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=34.86%
G=25.92%
B=39.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521131710.110.3400.33280.3425.6655.69
Hex9871ABB220211181a38
Octal23016125313420414303270
Binary100110001110001101010111011100010010000110001100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9871AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9871AB; }

 p { color: rgb(152,113,171); }

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

<style>
 a { background-color: #9871AB; }

 a { background-color: rgb(152,113,171); }

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

<style>
 span { border-color: #9871AB; }

 span { border-color: rgb(152,113,171); }

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