#9F5491

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

Shades of Violet Blue #9F5491

Tints of Violet Blue #9F5491

Color information

#9F5491 (or 0x9F5491) is unknown color: approx Violet Blue. HEX triplet: 9F, 54 and 91. RGB value is (159,84,145). Sum of RGB (Red+Green+Blue) = 159+84+145=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5491 is #60AB6E. Grayscale: #717171. Windows color (decimal): -6335343 or 9524383. OLE color: 9524383.

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

Color convert

RGB15984145-
CMYK00.470.090.38
HSL311.2º30.86%47.65%-
HSV(B)311.2º47.17%62.35%-
XYZ22.5815.7628.64-
YUV113.38145.85160.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 145 (57.03% from 255) = 37.37%
R=40.98%
G=21.65%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598414500.470.090.38311.230.8647.65
Hex9F549102F9261371f30
Octal23712422105711464673760
Binary100111111010100100100010101111100110011010011011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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