#9F4F8C

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

Shades of Violet Blue #9F4F8C

Tints of Violet Blue #9F4F8C

Color information

#9F4F8C (or 0x9F4F8C) is unknown color: approx Violet Blue. HEX triplet: 9F, 4F and 8C. RGB value is (159,79,140). Sum of RGB (Red+Green+Blue) = 159+79+140=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F8C is #60B073. Grayscale: #6D6D6D. Windows color (decimal): -6336628 or 9195423. OLE color: 9195423.

HSL color Cylindrical-coordinate representation of color #9F4F8C: hue angle of 314.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F8C is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15979140-
CMYK00.500.120.38
HSL314.25º33.61%46.67%-
HSV(B)314.25º50.31%62.35%-
XYZ21.8314.8626.53-
YUV109.87145163.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=42.06%
G=20.90%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597914000.500.120.38314.2533.6146.67
Hex9F4F8C032C2613a222f
Octal23711721406214464724257
Binary1001111110011111000110001100101100100110100111010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,79,140); }

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

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

 a { background-color: rgb(159,79,140); }

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

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

 span { border-color: rgb(159,79,140); }

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