#9F739B

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

Shades of Violet Blue #9F739B

Tints of Violet Blue #9F739B

Color information

#9F739B (or 0x9F739B) is unknown color: approx Violet Blue. HEX triplet: 9F, 73 and 9B. RGB value is (159,115,155). Sum of RGB (Red+Green+Blue) = 159+115+155=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F739B is #608C64. Grayscale: #848484. Windows color (decimal): -6327397 or 10187679. OLE color: 10187679.

HSL color Cylindrical-coordinate representation of color #9F739B: hue angle of 305.45º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F739B is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB159115155-
CMYK00.280.030.38
HSL305.45º18.64%53.73%-
HSV(B)305.45º27.67%62.35%-
XYZ26.352233.87-
YUV132.72140.58146.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=37.06%
G=26.81%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911515500.280.030.38305.4518.6453.73
Hex9F739B01C3261311336
Octal2371632330343464612366
Binary100111111110011100110110111001110011010011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,155); }

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

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

 a { background-color: rgb(159,115,155); }

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

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

 span { border-color: rgb(159,115,155); }

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