#986FAB

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

Shades of Ce Soir #986FAB

Tints of Ce Soir #986FAB

Color information

#986FAB (or 0x986FAB) is unknown color: approx Ce Soir. HEX triplet: 98, 6F and AB. RGB value is (152,111,171). Sum of RGB (Red+Green+Blue) = 152+111+171=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #986FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986FAB is #679054. Grayscale: #818181. Windows color (decimal): -6787157 or 11235224. OLE color: 11235224.

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

Color convert

RGB152111171-
CMYK0.110.3500.33
HSL281º26.32%55.29%-
HSV(B)281º35.09%67.06%-
XYZ25.9820.9841.21-
YUV130.1151.08143.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=35.02%
G=25.58%
B=39.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521111710.110.3500.3328126.3255.29
Hex986FABB230211191a37
Octal23015725313430414313267
Binary100110001101111101010111011100011010000110001100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,171); }

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

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

 a { background-color: rgb(152,111,171); }

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

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

 span { border-color: rgb(152,111,171); }

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