#9F5390

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

Shades of Violet Blue #9F5390

Tints of Violet Blue #9F5390

Color information

#9F5390 (or 0x9F5390) is unknown color: approx Violet Blue. HEX triplet: 9F, 53 and 90. RGB value is (159,83,144). Sum of RGB (Red+Green+Blue) = 159+83+144=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5390 is #60AC6F. Grayscale: #707070. Windows color (decimal): -6335600 or 9458591. OLE color: 9458591.

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

Color convert

RGB15983144-
CMYK00.480.090.38
HSL311.84º31.4%47.45%-
HSV(B)311.84º47.8%62.35%-
XYZ22.4315.5728.21-
YUV112.68145.68161.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=41.19%
G=21.50%
B=37.31%

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
Decimal1598314400.480.090.38311.8431.447.45
Hex9F53900309261381f2f
Octal23712322006011464703757
Binary100111111010011100100000110000100110011010011100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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