#9772AA

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

Shades of Ce Soir #9772AA

Tints of Ce Soir #9772AA

Color information

#9772AA (or 0x9772AA) is unknown color: approx Ce Soir. HEX triplet: 97, 72 and AA. RGB value is (151,114,170). Sum of RGB (Red+Green+Blue) = 151+114+170=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9772AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9772AA is #688D55. Grayscale: #838383. Windows color (decimal): -6851926 or 11170455. OLE color: 11170455.

HSL color Cylindrical-coordinate representation of color #9772AA: hue angle of 279.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9772AA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151114170-
CMYK0.110.3300.33
HSL279.64º24.78%55.69%-
HSV(B)279.64º32.94%66.67%-
XYZ26.0421.5240.81-
YUV131.45149.76141.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=34.71%
G=26.21%
B=39.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511141700.110.3300.33279.6424.7855.69
Hex9772AAB210211181938
Octal22716225213410414303170
Binary100101111110010101010101011100001010000110001100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9772AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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