#9875AC

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

Shades of Ce Soir #9875AC

Tints of Ce Soir #9875AC

Color information

#9875AC (or 0x9875AC) is unknown color: approx Ce Soir. HEX triplet: 98, 75 and AC. RGB value is (152,117,172). Sum of RGB (Red+Green+Blue) = 152+117+172=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #9875AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9875AC is #678A53. Grayscale: #858585. Windows color (decimal): -6785620 or 11302296. OLE color: 11302296.

HSL color Cylindrical-coordinate representation of color #9875AC: hue angle of 278.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9875AC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152117172-
CMYK0.120.3200.33
HSL278.18º24.89%56.67%-
HSV(B)278.18º31.98%67.45%-
XYZ26.7622.3841.94-
YUV133.74149.6141.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=34.47%
G=26.53%
B=39.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521171720.120.3200.33278.1824.8956.67
Hex9875ACC200211161939
Octal23016525414400414263171
Binary100110001110101101011001100100000010000110001011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9875AC; }

 p { color: rgb(152,117,172); }

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

<style>
 a { background-color: #9875AC; }

 a { background-color: rgb(152,117,172); }

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

<style>
 span { border-color: #9875AC; }

 span { border-color: rgb(152,117,172); }

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