#9F6AAE

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

Shades of Ce Soir #9F6AAE

Tints of Ce Soir #9F6AAE

Color information

#9F6AAE (or 0x9F6AAE) is unknown color: approx Ce Soir. HEX triplet: 9F, 6A and AE. RGB value is (159,106,174). Sum of RGB (Red+Green+Blue) = 159+106+174=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6AAE is #609551. Grayscale: #818181. Windows color (decimal): -6329682 or 11430559. OLE color: 11430559.

HSL color Cylindrical-coordinate representation of color #9F6AAE: hue angle of 286.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F6AAE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159106174-
CMYK0.090.3900.32
HSL286.76º29.57%54.9%-
HSV(B)286.76º39.08%68.24%-
XYZ27.0920.7342.62-
YUV129.6153.06148.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=36.22%
G=24.15%
B=39.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591061740.090.3900.32286.7629.5754.9
Hex9F6AAE92702011f1e37
Octal23715225611470404373667
Binary100111111101010101011101001100111010000010001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,174); }

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

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

 a { background-color: rgb(159,106,174); }

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

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

 span { border-color: rgb(159,106,174); }

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