#9F7AAA

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

Shades of Ce Soir #9F7AAA

Tints of Ce Soir #9F7AAA

Color information

#9F7AAA (or 0x9F7AAA) is unknown color: approx Ce Soir. HEX triplet: 9F, 7A and AA. RGB value is (159,122,170). Sum of RGB (Red+Green+Blue) = 159+122+170=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AAA is #608555. Grayscale: #8A8A8A. Windows color (decimal): -6325590 or 11172511. OLE color: 11172511.

HSL color Cylindrical-coordinate representation of color #9F7AAA: hue angle of 286.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7AAA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159122170-
CMYK0.060.2800.33
HSL286.25º22.02%57.25%-
HSV(B)286.25º28.24%66.67%-
XYZ28.5124.1941.2-
YUV138.54145.76142.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=35.25%
G=27.05%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591221700.060.2800.33286.2522.0257.25
Hex9F7AAA61C02111e1639
Octal2371722526340414362671
Binary1001111111110101010101011011100010000110001111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7AAA; }

 p { color: rgb(159,122,170); }

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

<style>
 a { background-color: #9F7AAA; }

 a { background-color: rgb(159,122,170); }

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

<style>
 span { border-color: #9F7AAA; }

 span { border-color: rgb(159,122,170); }

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