#9763AA

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

Shades of Ce Soir #9763AA

Tints of Ce Soir #9763AA

Color information

#9763AA (or 0x9763AA) is unknown color: approx Ce Soir. HEX triplet: 97, 63 and AA. RGB value is (151,99,170). Sum of RGB (Red+Green+Blue) = 151+99+170=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9763AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9763AA is #689C55. Grayscale: #7A7A7A. Windows color (decimal): -6855766 or 11166615. OLE color: 11166615.

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

Color convert

RGB15199170-
CMYK0.110.4200.33
HSL283.94º29.46%52.75%-
HSV(B)283.94º41.76%66.67%-
XYZ24.4818.4140.29-
YUV122.64154.73148.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=35.95%
G=23.57%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151991700.110.4200.33283.9429.4652.75
Hex9763AAB2A02111c1d35
Octal22714325213520414343565
Binary100101111100011101010101011101010010000110001110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9763AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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