#9F5891

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

Shades of Violet Blue #9F5891

Tints of Violet Blue #9F5891

Color information

#9F5891 (or 0x9F5891) is unknown color: approx Violet Blue. HEX triplet: 9F, 58 and 91. RGB value is (159,88,145). Sum of RGB (Red+Green+Blue) = 159+88+145=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5891 is #60A76E. Grayscale: #737373. Windows color (decimal): -6334319 or 9525407. OLE color: 9525407.

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

Color convert

RGB15988145-
CMYK00.450.090.38
HSL311.83º28.74%48.43%-
HSV(B)311.83º44.65%62.35%-
XYZ22.916.3928.75-
YUV115.73144.52158.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=40.56%
G=22.45%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598814500.450.090.38311.8328.7448.43
Hex9F589102D9261381d30
Octal23713022105511464703560
Binary100111111011000100100010101101100110011010011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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