#986DAD

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

Shades of Ce Soir #986DAD

Tints of Ce Soir #986DAD

Color information

#986DAD (or 0x986DAD) is unknown color: approx Ce Soir. HEX triplet: 98, 6D and AD. RGB value is (152,109,173). Sum of RGB (Red+Green+Blue) = 152+109+173=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #986DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAD is #679252. Grayscale: #808080. Windows color (decimal): -6787667 or 11365784. OLE color: 11365784.

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

Color convert

RGB152109173-
CMYK0.120.3700.32
HSL280.31º28.07%55.29%-
HSV(B)280.31º36.99%67.84%-
XYZ25.9620.6342.15-
YUV129.15152.75144.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=35.02%
G=25.12%
B=39.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521091730.120.3700.32280.3128.0755.29
Hex986DADC250201181c37
Octal23015525514450404303467
Binary100110001101101101011011100100101010000010001100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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