#9F76AA

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

Shades of Ce Soir #9F76AA

Tints of Ce Soir #9F76AA

Color information

#9F76AA (or 0x9F76AA) is unknown color: approx Ce Soir. HEX triplet: 9F, 76 and AA. RGB value is (159,118,170). Sum of RGB (Red+Green+Blue) = 159+118+170=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F76AA is #608955. Grayscale: #888888. Windows color (decimal): -6326614 or 11171487. OLE color: 11171487.

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

Color convert

RGB159118170-
CMYK0.060.3100.33
HSL287.31º23.42%56.47%-
HSV(B)287.31º30.59%66.67%-
XYZ28.0323.2341.04-
YUV136.19147.08144.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=35.57%
G=26.40%
B=38.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591181700.060.3100.33287.3123.4256.47
Hex9F76AA61F02111f1738
Octal2371662526370414372770
Binary1001111111101101010101011011111010000110001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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