#9A80AB

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

Shades of Ce Soir #9A80AB

Tints of Ce Soir #9A80AB

Color information

#9A80AB (or 0x9A80AB) is unknown color: approx Ce Soir. HEX triplet: 9A, 80 and AB. RGB value is (154,128,171). Sum of RGB (Red+Green+Blue) = 154+128+171=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A80AB is #657F54. Grayscale: #8C8C8C. Windows color (decimal): -6651733 or 11239578. OLE color: 11239578.

HSL color Cylindrical-coordinate representation of color #9A80AB: hue angle of 276.28º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A80AB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154128171-
CMYK0.100.2500.33
HSL276.28º20.38%58.63%-
HSV(B)276.28º25.15%67.06%-
XYZ28.425.2541.9-
YUV140.68145.11137.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=34.00%
G=28.26%
B=37.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541281710.100.2500.33276.2820.3858.63
Hex9A80ABA19021114143b
Octal23220025312310414242473
Binary100110101000000010101011101011001010000110001010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A80AB; }

 p { color: rgb(154,128,171); }

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

<style>
 a { background-color: #9A80AB; }

 a { background-color: rgb(154,128,171); }

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

<style>
 span { border-color: #9A80AB; }

 span { border-color: rgb(154,128,171); }

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