#986EAE

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

Shades of Ce Soir #986EAE

Tints of Ce Soir #986EAE

Color information

#986EAE (or 0x986EAE) is unknown color: approx Ce Soir. HEX triplet: 98, 6E and AE. RGB value is (152,110,174). Sum of RGB (Red+Green+Blue) = 152+110+174=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #986EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986EAE is #679151. Grayscale: #818181. Windows color (decimal): -6787410 or 11431576. OLE color: 11431576.

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

Color convert

RGB152110174-
CMYK0.130.3700.32
HSL279.38º28.32%55.69%-
HSV(B)279.38º36.78%68.24%-
XYZ26.1620.8842.7-
YUV129.85152.91143.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=34.86%
G=25.23%
B=39.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521101740.130.3700.32279.3828.3255.69
Hex986EAED250201171c38
Octal23015625615450404273470
Binary100110001101110101011101101100101010000010001011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,110,174); }

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

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

 a { background-color: rgb(152,110,174); }

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

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

 span { border-color: rgb(152,110,174); }

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