#986FAD

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

Shades of Ce Soir #986FAD

Tints of Ce Soir #986FAD

Color information

#986FAD (or 0x986FAD) is unknown color: approx Ce Soir. HEX triplet: 98, 6F and AD. RGB value is (152,111,173). Sum of RGB (Red+Green+Blue) = 152+111+173=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #986FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986FAD is #679052. Grayscale: #828282. Windows color (decimal): -6787155 or 11366296. OLE color: 11366296.

HSL color Cylindrical-coordinate representation of color #986FAD: hue angle of 279.68º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986FAD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152111173-
CMYK0.120.3600.32
HSL279.68º27.43%55.69%-
HSV(B)279.68º35.84%67.84%-
XYZ26.1821.0642.22-
YUV130.33152.08143.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=34.86%
G=25.46%
B=39.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521111730.120.3600.32279.6827.4355.69
Hex986FADC240201181b38
Octal23015725514440404303370
Binary100110001101111101011011100100100010000010001100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986FAD; }

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

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

<style>
 a { background-color: #986FAD; }

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

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

<style>
 span { border-color: #986FAD; }

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

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