#986FA9

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

Shades of Ce Soir #986FA9

Tints of Ce Soir #986FA9

Color information

#986FA9 (or 0x986FA9) is unknown color: approx Ce Soir. HEX triplet: 98, 6F and A9. RGB value is (152,111,169). Sum of RGB (Red+Green+Blue) = 152+111+169=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 169 - color contains mainly: blue. Hex color #986FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986FA9 is #679056. Grayscale: #818181. Windows color (decimal): -6787159 or 11104152. OLE color: 11104152.

HSL color Cylindrical-coordinate representation of color #986FA9: hue angle of 282.41º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986FA9 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB152111169-
CMYK0.100.3400.34
HSL282.41º25.22%54.9%-
HSV(B)282.41º34.32%66.27%-
XYZ25.7920.9140.21-
YUV129.87150.08143.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 169 (66.41% from 255) = 39.12%
R=35.19%
G=25.69%
B=39.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521111690.100.3400.34282.4125.2254.9
Hex986FA9A2202211a1937
Octal23015725112420424323167
Binary100110001101111101010011010100010010001010001101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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