#9772A5

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

Shades of Ce Soir #9772A5

Tints of Ce Soir #9772A5

Color information

#9772A5 (or 0x9772A5) is unknown color: approx Ce Soir. HEX triplet: 97, 72 and A5. RGB value is (151,114,165). Sum of RGB (Red+Green+Blue) = 151+114+165=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #9772A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9772A5 is #688D5A. Grayscale: #828282. Windows color (decimal): -6851931 or 10842775. OLE color: 10842775.

HSL color Cylindrical-coordinate representation of color #9772A5: hue angle of 283.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9772A5 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB151114165-
CMYK0.080.3100.35
HSL283.53º22.08%54.71%-
HSV(B)283.53º30.91%64.71%-
XYZ25.5721.3338.37-
YUV130.88147.26142.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=35.12%
G=26.51%
B=38.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511141650.080.3100.35283.5322.0854.71
Hex9772A581F02311c1637
Octal22716224510370434342667
Binary10010111111001010100101100011111010001110001110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9772A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9772A5; }

 p { color: rgb(151,114,165); }

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

<style>
 a { background-color: #9772A5; }

 a { background-color: rgb(151,114,165); }

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

<style>
 span { border-color: #9772A5; }

 span { border-color: rgb(151,114,165); }

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