#9676AB

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

Shades of Ce Soir #9676AB

Tints of Ce Soir #9676AB

Color information

#9676AB (or 0x9676AB) is unknown color: approx Ce Soir. HEX triplet: 96, 76 and AB. RGB value is (150,118,171). Sum of RGB (Red+Green+Blue) = 150+118+171=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #9676AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9676AB is #698954. Grayscale: #858585. Windows color (decimal): -6916437 or 11237014. OLE color: 11237014.

HSL color Cylindrical-coordinate representation of color #9676AB: hue angle of 276.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9676AB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150118171-
CMYK0.120.3100.33
HSL276.23º23.98%56.67%-
HSV(B)276.23º30.99%67.06%-
XYZ26.4122.3841.46-
YUV133.61149.1139.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=34.17%
G=26.88%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501181710.120.3100.33276.2323.9856.67
Hex9676ABC1F0211141839
Octal22616625314370414243071
Binary10010110111011010101011110011111010000110001010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9676AB; }

 p { color: rgb(150,118,171); }

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

<style>
 a { background-color: #9676AB; }

 a { background-color: rgb(150,118,171); }

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

<style>
 span { border-color: #9676AB; }

 span { border-color: rgb(150,118,171); }

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