#986DAA

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

Shades of Ce Soir #986DAA

Tints of Ce Soir #986DAA

Color information

#986DAA (or 0x986DAA) is unknown color: approx Ce Soir. HEX triplet: 98, 6D and AA. RGB value is (152,109,170). Sum of RGB (Red+Green+Blue) = 152+109+170=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #986DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAA is #679255. Grayscale: #808080. Windows color (decimal): -6787670 or 11169176. OLE color: 11169176.

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

Color convert

RGB152109170-
CMYK0.110.3600.33
HSL282.3º26.41%54.71%-
HSV(B)282.3º35.88%66.67%-
XYZ25.6720.5140.64-
YUV128.81151.25144.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=35.27%
G=25.29%
B=39.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521091700.110.3600.33282.326.4154.71
Hex986DAAB2402111a1a37
Octal23015525213440414323267
Binary100110001101101101010101011100100010000110001101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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