#9F4791

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

Shades of Violet Blue #9F4791

Tints of Violet Blue #9F4791

Color information

#9F4791 (or 0x9F4791) is unknown color: approx Violet Blue. HEX triplet: 9F, 47 and 91. RGB value is (159,71,145). Sum of RGB (Red+Green+Blue) = 159+71+145=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4791 is #60B86E. Grayscale: #696969. Windows color (decimal): -6338671 or 9521055. OLE color: 9521055.

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

Color convert

RGB15971145-
CMYK00.550.090.38
HSL309.55º38.26%45.1%-
HSV(B)309.55º55.35%62.35%-
XYZ21.6613.9228.33-
YUV105.75150.15165.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=42.4%
G=18.93%
B=38.67%

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
Decimal1597114500.550.090.38309.5538.2645.1
Hex9F4791037926136262d
Octal23710722106711464664655
Binary1001111110001111001000101101111001100110100110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,71,145); }

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

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

 a { background-color: rgb(159,71,145); }

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

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

 span { border-color: rgb(159,71,145); }

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