#9F5391

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

Shades of Violet Blue #9F5391

Tints of Violet Blue #9F5391

Color information

#9F5391 (or 0x9F5391) is unknown color: approx Violet Blue. HEX triplet: 9F, 53 and 91. RGB value is (159,83,145). Sum of RGB (Red+Green+Blue) = 159+83+145=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5391 is #60AC6E. Grayscale: #707070. Windows color (decimal): -6335599 or 9524127. OLE color: 9524127.

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

Color convert

RGB15983145-
CMYK00.480.090.38
HSL311.05º31.4%47.45%-
HSV(B)311.05º47.8%62.35%-
XYZ22.515.628.61-
YUV112.79146.18160.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=41.09%
G=21.45%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598314500.480.090.38311.0531.447.45
Hex9F53910309261371f2f
Octal23712322106011464673757
Binary100111111010011100100010110000100110011010011011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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