#9777AD

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

Shades of Ce Soir #9777AD

Tints of Ce Soir #9777AD

Color information

#9777AD (or 0x9777AD) is unknown color: approx Ce Soir. HEX triplet: 97, 77 and AD. RGB value is (151,119,173). Sum of RGB (Red+Green+Blue) = 151+119+173=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #9777AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9777AD is #688852. Grayscale: #868686. Windows color (decimal): -6850643 or 11368343. OLE color: 11368343.

HSL color Cylindrical-coordinate representation of color #9777AD: hue angle of 275.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9777AD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151119173-
CMYK0.130.3100.32
HSL275.56º24.77%57.25%-
HSV(B)275.56º31.21%67.84%-
XYZ26.922.7942.52-
YUV134.72149.6139.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=34.09%
G=26.86%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511191730.130.3100.32275.5624.7757.25
Hex9777ADD1F0201141939
Octal22716725515370404243171
Binary10010111111011110101101110111111010000010001010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9777AD; }

 p { color: rgb(151,119,173); }

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

<style>
 a { background-color: #9777AD; }

 a { background-color: rgb(151,119,173); }

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

<style>
 span { border-color: #9777AD; }

 span { border-color: rgb(151,119,173); }

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