#9F4E9C

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

Shades of Violet Blue #9F4E9C

Tints of Violet Blue #9F4E9C

Color information

#9F4E9C (or 0x9F4E9C) is unknown color: approx Violet Blue. HEX triplet: 9F, 4E and 9C. RGB value is (159,78,156). Sum of RGB (Red+Green+Blue) = 159+78+156=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E9C is #60B163. Grayscale: #6E6E6E. Windows color (decimal): -6336868 or 10243743. OLE color: 10243743.

HSL color Cylindrical-coordinate representation of color #9F4E9C: hue angle of 302.22º 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 #9F4E9C is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15978156-
CMYK00.510.020.38
HSL302.22º34.18%46.47%-
HSV(B)302.22º50.94%62.35%-
XYZ23.0215.2233.18-
YUV111.11153.34162.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=40.46%
G=19.85%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597815600.510.020.38302.2234.1846.47
Hex9F4E9C03322612e222e
Octal2371162340632464564256
Binary10011111100111010011100011001110100110100101110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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