#9F4890

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

Shades of Violet Blue #9F4890

Tints of Violet Blue #9F4890

Color information

#9F4890 (or 0x9F4890) is unknown color: approx Violet Blue. HEX triplet: 9F, 48 and 90. RGB value is (159,72,144). Sum of RGB (Red+Green+Blue) = 159+72+144=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4890 is #60B76F. Grayscale: #6A6A6A. Windows color (decimal): -6338416 or 9455775. OLE color: 9455775.

HSL color Cylindrical-coordinate representation of color #9F4890: hue angle of 310.34º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4890 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15972144-
CMYK00.550.090.38
HSL310.34º37.66%45.29%-
HSV(B)310.34º54.72%62.35%-
XYZ21.6514.0227.95-
YUV106.22149.32165.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=42.4%
G=19.2%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597214400.550.090.38310.3437.6645.29
Hex9F4890037926136262d
Octal23711022006711464664655
Binary1001111110010001001000001101111001100110100110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,144); }

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

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

 a { background-color: rgb(159,72,144); }

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

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

 span { border-color: rgb(159,72,144); }

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