#9875AA

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

Shades of Ce Soir #9875AA

Tints of Ce Soir #9875AA

Color information

#9875AA (or 0x9875AA) is unknown color: approx Ce Soir. HEX triplet: 98, 75 and AA. RGB value is (152,117,170). Sum of RGB (Red+Green+Blue) = 152+117+170=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #9875AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9875AA is #678A55. Grayscale: #858585. Windows color (decimal): -6785622 or 11171224. OLE color: 11171224.

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

Color convert

RGB152117170-
CMYK0.110.3100.33
HSL279.62º23.77%56.27%-
HSV(B)279.62º31.18%66.67%-
XYZ26.5722.340.93-
YUV133.51148.6141.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=34.62%
G=26.65%
B=38.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521171700.110.3100.33279.6223.7756.27
Hex9875AAB1F0211181838
Octal23016525213370414303070
Binary10011000111010110101010101111111010000110001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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