#9F7BAF

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

Shades of Ce Soir #9F7BAF

Tints of Ce Soir #9F7BAF

Color information

#9F7BAF (or 0x9F7BAF) is unknown color: approx Ce Soir. HEX triplet: 9F, 7B and AF. RGB value is (159,123,175). Sum of RGB (Red+Green+Blue) = 159+123+175=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7BAF is #608450. Grayscale: #8B8B8B. Windows color (decimal): -6325329 or 11500447. OLE color: 11500447.

HSL color Cylindrical-coordinate representation of color #9F7BAF: hue angle of 281.54º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7BAF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159123175-
CMYK0.090.3000.31
HSL281.54º24.53%58.43%-
HSV(B)281.54º29.71%68.63%-
XYZ29.1224.6343.78-
YUV139.69147.93141.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=34.79%
G=26.91%
B=38.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591231750.090.3000.31281.5424.5358.43
Hex9F7BAF91E01F11a193a
Octal23717325711360374323172
Binary1001111111110111010111110011111001111110001101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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