#9F6EB4

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

Shades of Ce Soir #9F6EB4

Tints of Ce Soir #9F6EB4

Color information

#9F6EB4 (or 0x9F6EB4) is unknown color: approx Ce Soir. HEX triplet: 9F, 6E and B4. RGB value is (159,110,180). Sum of RGB (Red+Green+Blue) = 159+110+180=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F6EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EB4 is #60914B. Grayscale: #848484. Windows color (decimal): -6328652 or 11824799. OLE color: 11824799.

HSL color Cylindrical-coordinate representation of color #9F6EB4: hue angle of 282º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F6EB4 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159110180-
CMYK0.120.3900.29
HSL282º31.82%56.86%-
HSV(B)282º38.89%70.59%-
XYZ28.1121.8245.91-
YUV132.63154.73146.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=35.41%
G=24.50%
B=40.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591101800.120.3900.2928231.8256.86
Hex9F6EB4C2701D11a2039
Octal23715626414470354324071
Binary100111111101110101101001100100111011101100011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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