#986AAB

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

Shades of Ce Soir #986AAB

Tints of Ce Soir #986AAB

Color information

#986AAB (or 0x986AAB) is unknown color: approx Ce Soir. HEX triplet: 98, 6A and AB. RGB value is (152,106,171). Sum of RGB (Red+Green+Blue) = 152+106+171=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #986AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AAB is #679554. Grayscale: #7E7E7E. Windows color (decimal): -6788437 or 11233944. OLE color: 11233944.

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

Color convert

RGB152106171-
CMYK0.110.3800.33
HSL282.46º27.9%54.31%-
HSV(B)282.46º38.01%67.06%-
XYZ25.4519.9241.03-
YUV127.16152.74145.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=35.43%
G=24.71%
B=39.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521061710.110.3800.33282.4627.954.31
Hex986AABB2602111a1c36
Octal23015225313460414323466
Binary100110001101010101010111011100110010000110001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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