#9F73B2

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

Shades of Ce Soir #9F73B2

Tints of Ce Soir #9F73B2

Color information

#9F73B2 (or 0x9F73B2) is unknown color: approx Ce Soir. HEX triplet: 9F, 73 and B2. RGB value is (159,115,178). Sum of RGB (Red+Green+Blue) = 159+115+178=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 178 - color contains mainly: blue. Hex color #9F73B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F73B2 is #608C4D. Grayscale: #878787. Windows color (decimal): -6327374 or 11695007. OLE color: 11695007.

HSL color Cylindrical-coordinate representation of color #9F73B2: hue angle of 281.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F73B2 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB159115178-
CMYK0.110.3500.30
HSL281.9º29.03%57.45%-
HSV(B)281.9º35.39%69.8%-
XYZ28.4622.8545.03-
YUV135.34152.08144.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=35.18%
G=25.44%
B=39.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591151780.110.3500.30281.929.0357.45
Hex9F73B2B2301E11a1d39
Octal23716326213430364323571
Binary10011111111001110110010101110001101111010001101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F73B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,178); }

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

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

 a { background-color: rgb(159,115,178); }

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

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

 span { border-color: rgb(159,115,178); }

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