#9876AD

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

Shades of Ce Soir #9876AD

Tints of Ce Soir #9876AD

Color information

#9876AD (or 0x9876AD) is unknown color: approx Ce Soir. HEX triplet: 98, 76 and AD. RGB value is (152,118,173). Sum of RGB (Red+Green+Blue) = 152+118+173=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #9876AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9876AD is #678952. Grayscale: #868686. Windows color (decimal): -6785363 or 11368088. OLE color: 11368088.

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

Color convert

RGB152118173-
CMYK0.120.3200.32
HSL277.09º25.11%57.06%-
HSV(B)277.09º31.79%67.84%-
XYZ26.9722.6542.49-
YUV134.44149.76140.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=34.31%
G=26.64%
B=39.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521181730.120.3200.32277.0925.1157.06
Hex9876ADC200201151939
Octal23016625514400404253171
Binary100110001110110101011011100100000010000010001010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9876AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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