#9F4E8D

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

Shades of Violet Blue #9F4E8D

Tints of Violet Blue #9F4E8D

Color information

#9F4E8D (or 0x9F4E8D) is unknown color: approx Violet Blue. HEX triplet: 9F, 4E and 8D. RGB value is (159,78,141). Sum of RGB (Red+Green+Blue) = 159+78+141=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E8D is #60B172. Grayscale: #6D6D6D. Windows color (decimal): -6336883 or 9260703. OLE color: 9260703.

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

Color convert

RGB15978141-
CMYK00.510.110.38
HSL313.33º34.18%46.47%-
HSV(B)313.33º50.94%62.35%-
XYZ21.8314.7426.89-
YUV109.4145.84163.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=42.06%
G=20.63%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597814100.510.110.38313.3334.1846.47
Hex9F4E8D033B26139222e
Octal23711621506313464714256
Binary1001111110011101000110101100111011100110100111001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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