#9F6EAA

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

Shades of Ce Soir #9F6EAA

Tints of Ce Soir #9F6EAA

Color information

#9F6EAA (or 0x9F6EAA) is unknown color: approx Ce Soir. HEX triplet: 9F, 6E and AA. RGB value is (159,110,170). Sum of RGB (Red+Green+Blue) = 159+110+170=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6EAA is #609155. Grayscale: #838383. Windows color (decimal): -6328662 or 11169439. OLE color: 11169439.

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

Color convert

RGB159110170-
CMYK0.060.3500.33
HSL289º26.09%54.9%-
HSV(B)289º35.29%66.67%-
XYZ27.1321.4340.74-
YUV131.49149.73147.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=36.22%
G=25.06%
B=38.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591101700.060.3500.3328926.0954.9
Hex9F6EAA6230211211a37
Octal2371562526430414413267
Binary10011111110111010101010110100011010000110010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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