#9F7BAD

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

Shades of Ce Soir #9F7BAD

Tints of Ce Soir #9F7BAD

Color information

#9F7BAD (or 0x9F7BAD) is unknown color: approx Ce Soir. HEX triplet: 9F, 7B and AD. RGB value is (159,123,173). Sum of RGB (Red+Green+Blue) = 159+123+173=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7BAD is #608452. Grayscale: #8B8B8B. Windows color (decimal): -6325331 or 11369375. OLE color: 11369375.

HSL color Cylindrical-coordinate representation of color #9F7BAD: hue angle of 283.2º degrees, saturation: 0.23, 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 #9F7BAD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159123173-
CMYK0.080.2900.32
HSL283.2º23.36%58.04%-
HSV(B)283.2º28.9%67.84%-
XYZ28.9224.5542.75-
YUV139.46146.93141.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=34.95%
G=27.03%
B=38.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591231730.080.2900.32283.223.3658.04
Hex9F7BAD81D02011b173a
Octal23717325510350404332772
Binary10011111111101110101101100011101010000010001101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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