#9F4590

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

Shades of Violet Blue #9F4590

Tints of Violet Blue #9F4590

Color information

#9F4590 (or 0x9F4590) is unknown color: approx Violet Blue. HEX triplet: 9F, 45 and 90. RGB value is (159,69,144). Sum of RGB (Red+Green+Blue) = 159+69+144=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4590 is #60BA6F. Grayscale: #686868. Windows color (decimal): -6339184 or 9455007. OLE color: 9455007.

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

Color convert

RGB15969144-
CMYK00.570.090.38
HSL310º39.47%44.71%-
HSV(B)310º56.6%62.35%-
XYZ21.4613.6427.89-
YUV104.46150.32166.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=42.74%
G=18.55%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596914400.570.090.3831039.4744.71
Hex9F4590039926136272d
Octal23710522007111464664755
Binary1001111110001011001000001110011001100110100110110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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