#986DAC

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

Shades of Ce Soir #986DAC

Tints of Ce Soir #986DAC

Color information

#986DAC (or 0x986DAC) is unknown color: approx Ce Soir. HEX triplet: 98, 6D and AC. RGB value is (152,109,172). Sum of RGB (Red+Green+Blue) = 152+109+172=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #986DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAC is #679253. Grayscale: #808080. Windows color (decimal): -6787668 or 11300248. OLE color: 11300248.

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

Color convert

RGB152109172-
CMYK0.120.3700.33
HSL280.95º27.51%55.1%-
HSV(B)280.95º36.63%67.45%-
XYZ25.8620.5941.64-
YUV129.04152.25144.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=35.10%
G=25.17%
B=39.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521091720.120.3700.33280.9527.5155.1
Hex986DACC250211191c37
Octal23015525414450414313467
Binary100110001101101101011001100100101010000110001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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