#9770AB

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

Shades of Ce Soir #9770AB

Tints of Ce Soir #9770AB

Color information

#9770AB (or 0x9770AB) is unknown color: approx Ce Soir. HEX triplet: 97, 70 and AB. RGB value is (151,112,171). Sum of RGB (Red+Green+Blue) = 151+112+171=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 112 (44.14% from 255 or 25.81% 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 #9770AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9770AB is #688F54. Grayscale: #828282. Windows color (decimal): -6852437 or 11235479. OLE color: 11235479.

HSL color Cylindrical-coordinate representation of color #9770AB: hue angle of 279.66º 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 #9770AB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151112171-
CMYK0.120.3500.33
HSL279.66º25.99%55.49%-
HSV(B)279.66º34.5%67.06%-
XYZ25.9121.1141.24-
YUV130.39150.92142.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=34.79%
G=25.81%
B=39.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511121710.120.3500.33279.6625.9955.49
Hex9770ABC230211181a37
Octal22716025314430414303267
Binary100101111110000101010111100100011010000110001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9770AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,112,171); }

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

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

 a { background-color: rgb(151,112,171); }

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

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

 span { border-color: rgb(151,112,171); }

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