#9876aa

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

Shades of Ce Soir #9876AA

Tints of Ce Soir #9876AA

Color information

#9876AA (or 0x9876AA) is unknown color: approx Ce Soir. HEX triplet: 98, 76 and AA. RGB value is (152,118,170). Sum of RGB (Red+Green+Blue) = 152+118+170=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #9876AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9876AA is #678955. Grayscale: #858585. Windows color (decimal): -6785366 or 11171480. OLE color: 11171480.

HSL color Cylindrical-coordinate representation of color #9876AA: hue angle of 279.23º degrees, saturation: 0.23, 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 #9876AA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152118170-
CMYK0.110.3100.33
HSL279.23º23.42%56.47%-
HSV(B)279.23º30.59%66.67%-
XYZ26.6822.5340.97-
YUV134.09148.26140.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=34.55%
G=26.82%
B=38.64%

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
Decimal1521181700.110.3100.33279.2323.4256.47
Hex9876AAB1F0211171738
Octal23016625213370414272770
Binary10011000111011010101010101111111010000110001011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9876aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9876aa; }

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

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

<style>
 a { background-color: #9876aa; }

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

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

<style>
 span { border-color: #9876aa; }

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

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