#9761AA

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

Shades of Ce Soir #9761AA

Tints of Ce Soir #9761AA

Color information

#9761AA (or 0x9761AA) is unknown color: approx Ce Soir. HEX triplet: 97, 61 and AA. RGB value is (151,97,170). Sum of RGB (Red+Green+Blue) = 151+97+170=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #9761AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9761AA is #689E55. Grayscale: #797979. Windows color (decimal): -6856278 or 11166103. OLE color: 11166103.

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

Color convert

RGB15197170-
CMYK0.110.4300.33
HSL284.38º30.04%52.35%-
HSV(B)284.38º42.94%66.67%-
XYZ24.2918.0340.23-
YUV121.47155.39149.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=36.12%
G=23.21%
B=40.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151971700.110.4300.33284.3830.0452.35
Hex9761AAB2B02111c1e34
Octal22714125213530414343664
Binary100101111100001101010101011101011010000110001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9761AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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