#9F7BAE

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

Shades of Ce Soir #9F7BAE

Tints of Ce Soir #9F7BAE

Color information

#9F7BAE (or 0x9F7BAE) is unknown color: approx Ce Soir. HEX triplet: 9F, 7B and AE. RGB value is (159,123,174). Sum of RGB (Red+Green+Blue) = 159+123+174=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7BAE is #608451. Grayscale: #8B8B8B. Windows color (decimal): -6325330 or 11434911. OLE color: 11434911.

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

Color convert

RGB159123174-
CMYK0.090.2900.32
HSL282.35º23.94%58.24%-
HSV(B)282.35º29.31%68.24%-
XYZ29.0224.5943.26-
YUV139.58147.43141.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=34.87%
G=26.97%
B=38.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591231740.090.2900.32282.3523.9458.24
Hex9F7BAE91D02011a183a
Octal23717325611350404323072
Binary10011111111101110101110100111101010000010001101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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