#9F4E96

Color #9F4E96 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9F4E96

Tints of Violet Blue #9F4E96

Color information

#9F4E96 (or 0x9F4E96) is unknown color: approx Violet Blue. HEX triplet: 9F, 4E and 96. RGB value is (159,78,150). Sum of RGB (Red+Green+Blue) = 159+78+150=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E96 is #60B169. Grayscale: #6E6E6E. Windows color (decimal): -6336874 or 9850527. OLE color: 9850527.

HSL color Cylindrical-coordinate representation of color #9F4E96: hue angle of 306.67º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E96 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15978150-
CMYK00.510.060.38
HSL306.67º34.18%46.47%-
HSV(B)306.67º50.94%62.35%-
XYZ22.5315.0230.57-
YUV110.43150.34162.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=41.09%
G=20.16%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597815000.510.060.38306.6734.1846.47
Hex9F4E96033626133222e
Octal2371162260636464634256
Binary100111111001110100101100110011110100110100110011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,150); }

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

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

 a { background-color: rgb(159,78,150); }

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

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

 span { border-color: rgb(159,78,150); }

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