#986CA9

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

Shades of Ce Soir #986CA9

Tints of Ce Soir #986CA9

Color information

#986CA9 (or 0x986CA9) is unknown color: approx Ce Soir. HEX triplet: 98, 6C and A9. RGB value is (152,108,169). Sum of RGB (Red+Green+Blue) = 152+108+169=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #986CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CA9 is #679356. Grayscale: #7F7F7F. Windows color (decimal): -6787927 or 11103384. OLE color: 11103384.

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

Color convert

RGB152108169-
CMYK0.100.3600.34
HSL283.28º26.18%54.31%-
HSV(B)283.28º36.09%66.27%-
XYZ25.4720.2740.11-
YUV128.11151.08145.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=35.43%
G=25.17%
B=39.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521081690.100.3600.34283.2826.1854.31
Hex986CA9A2402211b1a36
Octal23015425112440424333266
Binary100110001101100101010011010100100010001010001101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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