#9773AA

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

Shades of Ce Soir #9773AA

Tints of Ce Soir #9773AA

Color information

#9773AA (or 0x9773AA) is unknown color: approx Ce Soir. HEX triplet: 97, 73 and AA. RGB value is (151,115,170). Sum of RGB (Red+Green+Blue) = 151+115+170=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #9773AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9773AA is #688C55. Grayscale: #838383. Windows color (decimal): -6851670 or 11170711. OLE color: 11170711.

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

Color convert

RGB151115170-
CMYK0.110.3200.33
HSL279.27º24.44%55.88%-
HSV(B)279.27º32.35%66.67%-
XYZ26.1521.7440.85-
YUV132.03149.43141.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=34.63%
G=26.38%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511151700.110.3200.33279.2724.4455.88
Hex9773AAB200211171838
Octal22716325213400414273070
Binary100101111110011101010101011100000010000110001011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9773AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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