#9F4F8B

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

Shades of Violet Blue #9F4F8B

Tints of Violet Blue #9F4F8B

Color information

#9F4F8B (or 0x9F4F8B) is unknown color: approx Violet Blue. HEX triplet: 9F, 4F and 8B. RGB value is (159,79,139). Sum of RGB (Red+Green+Blue) = 159+79+139=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F8B is #60B074. Grayscale: #6D6D6D. Windows color (decimal): -6336629 or 9129887. OLE color: 9129887.

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

Color convert

RGB15979139-
CMYK00.500.130.38
HSL315º33.61%46.67%-
HSV(B)315º50.31%62.35%-
XYZ21.7514.8326.14-
YUV109.76144.5163.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=42.18%
G=20.95%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597913900.500.130.3831533.6146.67
Hex9F4F8B032D2613b222f
Octal23711721306215464734257
Binary1001111110011111000101101100101101100110100111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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