#9760AA

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

Shades of Ce Soir #9760AA

Tints of Ce Soir #9760AA

Color information

#9760AA (or 0x9760AA) is unknown color: approx Ce Soir. HEX triplet: 97, 60 and AA. RGB value is (151,96,170). Sum of RGB (Red+Green+Blue) = 151+96+170=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9760AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9760AA is #689F55. Grayscale: #787878. Windows color (decimal): -6856534 or 11165847. OLE color: 11165847.

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

Color convert

RGB15196170-
CMYK0.110.4400.33
HSL284.59º30.33%52.16%-
HSV(B)284.59º43.53%66.67%-
XYZ24.217.8540.2-
YUV120.88155.72149.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=36.21%
G=23.02%
B=40.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151961700.110.4400.33284.5930.3352.16
Hex9760AAB2C02111d1e34
Octal22714025213540414353664
Binary100101111100000101010101011101100010000110001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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